summaryrefslogtreecommitdiff
path: root/source3/lib/ldb/ldap.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-25 16:47:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:14:44 -0500
commited724f90479af3ee0d9583cef17f3d2365c327dd (patch)
tree2dfb0f7f71d8a77b7bbc91c4e710b453556cfc85 /source3/lib/ldb/ldap.m4
parentb70ee55a7cec1a9774f6ab56e92d0d9dd36ca217 (diff)
downloadsamba-ed724f90479af3ee0d9583cef17f3d2365c327dd.tar.gz
samba-ed724f90479af3ee0d9583cef17f3d2365c327dd.tar.bz2
samba-ed724f90479af3ee0d9583cef17f3d2365c327dd.zip
r18901: try to fix the samba3 build without having ldap
vl: you were a few seconds faster than me...:-) metze (This used to be commit 63e5727471bdf686f292a36aa43267213fb6e2f3)
Diffstat (limited to 'source3/lib/ldb/ldap.m4')
-rw-r--r--source3/lib/ldb/ldap.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/ldb/ldap.m4 b/source3/lib/ldb/ldap.m4
index 911c1364c8..417083ed61 100644
--- a/source3/lib/ldb/ldap.m4
+++ b/source3/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)