summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldap.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-25 16:59:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:20:19 -0500
commit95340f8afb12b8c9bcaaa230b4cad74e77a79a9c (patch)
tree9e0bb5564a0376f56ae123e3faeef62364355a45 /source4/lib/ldb/ldap.m4
parent1b8d6b3e7d78c9b4d0fdb1676d5a116c12cfe127 (diff)
downloadsamba-95340f8afb12b8c9bcaaa230b4cad74e77a79a9c.tar.gz
samba-95340f8afb12b8c9bcaaa230b4cad74e77a79a9c.tar.bz2
samba-95340f8afb12b8c9bcaaa230b4cad74e77a79a9c.zip
r18903: merge from samba3:
define HAVE_LDB_LDAP and HAVE_LDB_SQLITE3 metze (This used to be commit 4e2f5ba490d717283ab089d90ebd5c108a8c53b0)
Diffstat (limited to 'source4/lib/ldb/ldap.m4')
-rw-r--r--source4/lib/ldb/ldap.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/ldap.m4 b/source4/lib/ldb/ldap.m4
index 911c1364c8..417083ed61 100644
--- a/source4/lib/ldb/ldap.m4
+++ b/source4/lib/ldb/ldap.m4
@@ -69,6 +69,7 @@ if test x"$with_ldap_support" != x"no"; then
if test x"$ac_cv_lib_ext_ldap_ldap_init" = x"yes" -a x"$ac_cv_func_ext_ldap_domain2hostlist" = x"yes"; then
AC_DEFINE(HAVE_LDAP,1,[Whether ldap is available])
+ AC_DEFINE(HAVE_LDB_LDAP,1,[Whether ldb_ldap is available])
with_ldap_support=yes
AC_MSG_CHECKING(whether LDAP support is used)
AC_MSG_RESULT(yes)