summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 906bf5f348..92760a27d9 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2069,6 +2069,17 @@ if test x"$with_ldap_support" = x"yes"; then
fi
fi
+########################################################
+# Compile with MySQL support?
+AM_PATH_MYSQL()
+CFLAGS="$CFLAGS $MYSQL_CFLAGS"
+
+
+########################################################
+# Compile with XML support?
+AM_PATH_XML2()
+CFLAGS="$CFLAGS $XML_CFLAGS"
+
#################################################
# check for automount support
AC_MSG_CHECKING(whether to use AUTOMOUNT)