PY3: switch current build to use python3
[sfrench/samba-autobuild/.git] / lib / ldb / configure
index 82146fe109afbd14f8cb86aeae21f0cfed9340a7..8625206d611bc62fb8d56b03dd6426d60206e018 100755 (executable)
@@ -17,5 +17,5 @@ JOBS=1
 export JOBS
 
 cd . || exit 1
-$WAF configure "$@" || exit 1
+${PYTHON:=python3} $WAF configure "$@" || exit 1
 cd $PREVPATH