summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-05-31 12:51:58 +0200
committerAndreas Schneider <asn@samba.org>2010-05-31 12:51:58 +0200
commitcc77e7966ea95ccc0812dd772a9002b41792e6b8 (patch)
tree6abc7fb0612e520aee456751ccdcbfadb37893d7 /source4
parent11e2608ba97018987b0143521248a83b2dab07e6 (diff)
downloadsamba-cc77e7966ea95ccc0812dd772a9002b41792e6b8.tar.gz
samba-cc77e7966ea95ccc0812dd772a9002b41792e6b8.tar.bz2
samba-cc77e7966ea95ccc0812dd772a9002b41792e6b8.zip
s4-waf: Fixed the ldb build.
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/wscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript
index 02820737dc..15740d6b74 100644
--- a/source4/lib/ldb/wscript
+++ b/source4/lib/ldb/wscript
@@ -48,9 +48,9 @@ def configure(conf):
if conf.env.standalone_ldb:
conf.find_program('xsltproc', var='XSLTPROC')
- # we need this for the ldap backend
- if conf.CHECK_FUNCS_IN('ber_flush ldap_open ldap_initialize', 'lber ldap', headers='lber.h ldap.h'):
- conf.env.ENABLE_LDAP_BACKEND = True
+ # we need this for the ldap backend
+ if conf.CHECK_FUNCS_IN('ber_flush ldap_open ldap_initialize', 'lber ldap', headers='lber.h ldap.h'):
+ conf.env.ENABLE_LDAP_BACKEND = True
conf.DEFINE('HAVE_CONFIG_H', 1, add_to_cflags=True)