diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-05 16:33:26 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-05 16:33:26 +0000 |
commit | 55888c4462d9b06bd6cffb6a1ff58b55f019689e (patch) | |
tree | 90f9662559987948b49054bfd2e539df6787dac0 /source3/configure.in | |
parent | 70fbc958db085b4fc87931e05e8736c53f48942c (diff) | |
download | samba-55888c4462d9b06bd6cffb6a1ff58b55f019689e.tar.gz samba-55888c4462d9b06bd6cffb6a1ff58b55f019689e.tar.bz2 samba-55888c4462d9b06bd6cffb6a1ff58b55f019689e.zip |
Add support to build plugins in source/
(This used to be commit eb8965eeff3fb55d7041d9998b45da403ecb03a2)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 11 |
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) |