aboutsummaryrefslogtreecommitdiff
path: root/libqcdm/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'libqcdm/configure.ac')
-rw-r--r--libqcdm/configure.ac9
1 files changed, 4 insertions, 5 deletions
diff --git a/libqcdm/configure.ac b/libqcdm/configure.ac
index 8e3d4029..cc9acee3 100644
--- a/libqcdm/configure.ac
+++ b/libqcdm/configure.ac
@@ -30,15 +30,14 @@ AC_ARG_WITH(tests, AS_HELP_STRING([--with-tests], [Build libqcdm tests]))
AM_CONDITIONAL(WITH_TESTS, test "x$with_tests" = "xyes")
case $with_tests in
yes)
- with_tests=yes
PKG_CHECK_MODULES(MM, glib-2.0 >= 2.18)
+ AC_SUBST(MM_CFLAGS)
+ AC_SUBST(MM_LIBS)
;;
- *)
- with_tests=no
- ;;
+ *) ;;
esac
-AM_CONDITIONAL(STANDALONE, test "yes" = "yes")
+AM_CONDITIONAL(QCDM_STANDALONE, test "yes" = "yes")
AC_CONFIG_FILES([
Makefile