summaryrefslogtreecommitdiff
path: root/source3/configure.in
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/configure.in
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/configure.in')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index a1c9946647..c65f636a3b 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3141,6 +3141,7 @@ if test x"$with_ldap_support" != x"no"; then
if test x"$ac_cv_func_ext_ldap_initialize" != x"yes"; then
AC_MSG_WARN(Disabling ldb_ldap support (requires ldap_initialize))
else
+ AC_DEFINE(HAVE_LDB_LDAP,1,[Whether ldb_ldap is available])
LDBLDAP="lib/ldb/ldb_ldap/ldb_ldap.o"
fi
with_ldap_support=yes