diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac index c2c8448..ae83fe6 100644 --- a/configure.ac +++ b/configure.ac @@ -144,23 +144,7 @@ AM_CONDITIONAL(BUILD_UNIT_TESTS, [test "$build_unit_tests" = "yes"]) ################## RAUL -# Check for Redlandmm -build_redlandmm="no" -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]) - -# Check for liblo -build_liblo="yes" -AC_ARG_ENABLE(liblo, - [AS_HELP_STRING(--enable-liblo, [Include liblo (OSC) support (yes)])], - [ if test x$enable_liblo = xno ; then build_liblo=no ; fi ]) -if test "$build_liblo" = "yes"; then - PKG_CHECK_MODULES(LIBLO, liblo >= 0.22, [], - AC_MSG_ERROR([OSC support requires liblo (>= 0.22)])) -fi -AM_CONDITIONAL(WITH_LIBLO, [test "$build_liblo" = "yes"]) - +# (No required dependencies) #################### OUTPUT |