diff options
-rw-r--r-- | source4/lib/ldb/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index ffbb68e4b8..a7419e1981 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -37,6 +37,8 @@ def configure(conf): # we need this for the ldap backend conf.CHECK_FUNCS_IN('ber_flush ldap_open', 'lber ldap', headers='lber.h ldap.h', mandatory=True) + conf.DEFINE('HAVE_CONFIG_H', 1, add_to_cflags=True) + conf.SAMBA_CONFIG_H() def build(bld): |