diff options
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure index 30858df9e3c..a94c835a428 100755 --- 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 |