libnet4: Use dom_sid_str_buf
[garming/samba-autobuild/.git] / configure
index 30858df9e3cc10da39390bcd53092b38a9c76897..a6ca50feb4702929fa499d516977fce235fa0789 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
+$PYTHON $WAF configure "$@" || exit 1
 cd $PREVPATH