blob: b30afeee20bd089b2f5b2cd54402e47ef9bfcaab [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 63570b98ef63c91d8508478fcbe6b89c90c8398f Mon Sep 17 00:00:00 2001
2From: Jens Rehsack <rehsack@gmail.com>
3Date: Thu, 19 Nov 2015 20:45:56 +0100
4
5---
6 wscript | 4 +---
7 1 file changed, 1 insertion(+), 3 deletions(-)
8
9diff --git a/wscript b/wscript
10index e7c05d2..1633593 100644
11--- a/wscript
12+++ b/wscript
13@@ -161,9 +161,7 @@ def configure(conf):
Patrick Williamsb48b7b42016-08-17 15:04:38 -050014 if conf.env.standalone_ldb:
15 conf.CHECK_XSLTPROC_MANPAGES()
16
17- # we need this for the ldap backend
18- if conf.CHECK_FUNCS_IN('ber_flush ldap_open ldap_initialize', 'lber ldap', headers='lber.h ldap.h'):
19- conf.env.ENABLE_LDAP_BACKEND = True
20+ conf.env.ENABLE_LDAP_BACKEND = False
21
22 # we don't want any libraries or modules to rely on runtime
23 # resolution of symbols