From cc77e7966ea95ccc0812dd772a9002b41792e6b8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 31 May 2010 12:51:58 +0200 Subject: s4-waf: Fixed the ldb build. --- source4/lib/ldb/wscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/lib/ldb/wscript') 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) -- cgit