1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

configure: Support specifying PYTHON environment variable to run waf.

This is necessary to run configure on Minix, where python is named
"python2.X".

Reviewed-by: Simo Sorce <idra@samba.org>
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
This commit is contained in:
Jelmer Vernooij 2012-11-06 22:24:07 +01:00
parent 702049ef55
commit 010fd29688

2
configure vendored
View File

@ -10,5 +10,5 @@ JOBS=1
export JOBS
cd . || exit 1
$WAF configure "$@" || exit 1
${PYTHON:=python} $WAF configure "$@" || exit 1
cd $PREVPATH