summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-14 11:58:02 -0700
committerAndrew Bartlett <abartlet@samba.org>2012-09-14 22:53:30 +0200
commit35a4a1ed1f0fc6f1cbccd31bb7db9431b2518a5b (patch)
treeddb269caa2a08b97350458f89631e974e26d00b9 /source3/wscript_build
parent7ef7ec7be88f365ebd0c9da425283375188be2d1 (diff)
downloadsamba-35a4a1ed1f0fc6f1cbccd31bb7db9431b2518a5b.tar.gz
samba-35a4a1ed1f0fc6f1cbccd31bb7db9431b2518a5b.tar.bz2
samba-35a4a1ed1f0fc6f1cbccd31bb7db9431b2518a5b.zip
build: Fix build on systems without ldap development headers
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Sep 14 22:53:30 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 60965ef1ae..7e39ec3998 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -740,6 +740,7 @@ bld.SAMBA3_LIBRARY('smbldaphelper',
source='passdb/pdb_ldap_schema.c passdb/pdb_ldap_util.c',
deps='smbldap secrets3',
allow_undefined_symbols=True,
+ enabled=bld.env.HAVE_LDAP,
private_library=True)
bld.SAMBA3_SUBSYSTEM('SERVER_MUTEX',