smbldap: expose bind callback via API and increase smbldap ABI version
[vlendec/samba-autobuild/.git] / configure
index 30858df9e3cc10da39390bcd53092b38a9c76897..a94c835a42859f19cb141cc90e9e64c9936c9b56 100755 (executable)
--- a/configure
+++ b/configure
@@ -9,6 +9,9 @@ WAF=./buildtools/bin/waf
 JOBS=1
 export JOBS
 
+# Make sure we don't have any library preloaded.
+unset LD_PRELOAD
+
 cd . || exit 1
 ${PYTHON:=python} $WAF configure "$@" || exit 1
 cd $PREVPATH