build: Move python detection back into waf (instead of in configure and Makefile)
[metze/samba-autobuild/.git] / lib / talloc / configure
index 69bbc4a1bae392f891b0b54a67a9c8c38d59991b..d8a8d2ac2f393aa0a00f847f62ecc323c38bd07e 100755 (executable)
@@ -17,5 +17,5 @@ JOBS=1
 export JOBS
 
 cd . || exit 1
-${PYTHON:=python3} $WAF configure "$@" || exit 1
+$PYTHON $WAF configure "$@" || exit 1
 cd $PREVPATH