build: Move python detection back into waf (instead of in configure and Makefile)
[amitay/samba.git] / lib / ldb / configure
index 82146fe109afbd14f8cb86aeae21f0cfed9340a7..6c931bfbf5e21259726280d7766bb33dc276ec71 100755 (executable)
@@ -17,5 +17,5 @@ JOBS=1
 export JOBS
 
 cd . || exit 1
-$WAF configure "$@" || exit 1
+$PYTHON $WAF configure "$@" || exit 1
 cd $PREVPATH