aboutsummaryrefslogtreecommitdiff
path: root/libqcdm/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'libqcdm/configure.ac')
-rw-r--r--libqcdm/configure.ac8
1 files changed, 5 insertions, 3 deletions
diff --git a/libqcdm/configure.ac b/libqcdm/configure.ac
index 7a6685ae..8e3d4029 100644
--- a/libqcdm/configure.ac
+++ b/libqcdm/configure.ac
@@ -14,15 +14,15 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h)
+dnl Define _GNU_SOURCE for various things like strcasestr()
+AC_GNU_SOURCE
+
dnl Required programs
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_INSTALL
AC_PROG_LIBTOOL
-dnl Define _GNU_SOURCE for various things like strcasestr()
-AC_GNU_SOURCE
-
dnl
dnl Tests
dnl
@@ -38,6 +38,8 @@ case $with_tests in
;;
esac
+AM_CONDITIONAL(STANDALONE, test "yes" = "yes")
+
AC_CONFIG_FILES([
Makefile
src/Makefile