summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-06 19:27:12 +0000
committerDavid Robillard <d@drobilla.net>2008-01-06 19:27:12 +0000
commit2747087c382445ad7c1b891993679fb299a73151 (patch)
tree0d9536b5ac5adc6fc9f40e071b4455dad9a20544 /configure.ac
parent676f2249d0dcaf24202885a91e19c25b64089684 (diff)
downloadraul-2747087c382445ad7c1b891993679fb299a73151.tar.gz
raul-2747087c382445ad7c1b891993679fb299a73151.tar.bz2
raul-2747087c382445ad7c1b891993679fb299a73151.zip
Make redlandmm optional.
git-svn-id: http://svn.drobilla.net/lad/raul@1021 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f663a8b..c2c8448 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,7 +146,7 @@ AM_CONDITIONAL(BUILD_UNIT_TESTS, [test "$build_unit_tests" = "yes"])
# Check for Redlandmm
build_redlandmm="no"
-PKG_CHECK_MODULES([REDLANDMM], [redlandmm], [build_redlandmm="yes"])
+PKG_CHECK_MODULES([REDLANDMM], [redlandmm], [build_redlandmm="yes"], [build_redlandmm="no"])
AM_CONDITIONAL(WITH_REDLANDMM, [test "$build_redlandmm" = "yes"])
AC_DEFINE(HAVE_REDLANDMM, 1, [Has redlandmm])
@@ -182,6 +182,7 @@ AC_MSG_RESULT([Configuration:])
AC_MSG_RESULT([])
AC_MSG_RESULT([Jack support: $build_jack])
AC_MSG_RESULT([LASH support: $build_lash])
+AC_MSG_RESULT([RDF support: $build_redlandmm])
AC_MSG_RESULT([Build unit tests: $build_unit_tests])
AC_MSG_RESULT([])
AC_MSG_RESULT([C FLAGS: $CFLAGS])