summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2010-10-25 13:52:58 -0700
committerKenneth Graunke <[email protected]>2010-10-27 12:49:53 -0700
commit3acc8265200295265b476222299a013791050b73 (patch)
tree4811cef085bbc52c51581036deca14a361d93502 /configs
parent676c3f08bd13564c088ae85c3538ee0ee3c52599 (diff)
Fix build on systems where "python" is python 3.
First, it changes autoconf to use a "python2" binary when available, rather than plain "python" (which is ambiguous). Secondly, it changes the Makefiles to use $(PYTHON) $(PYTHON_FLAGS) rather than calling python directly. Signed-off-by: Xavier Chantry <[email protected]> Signed-off-by: Matthew William Cox <[email protected]> Signed-off-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/autoconf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in
index 9bdbefebddd..e2d70c63a12 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -53,7 +53,7 @@ MKDEP_OPTIONS = @MKDEP_OPTIONS@
INSTALL = @INSTALL@
# Python and flags (generally only needed by the developers)
-PYTHON2 = python
+PYTHON2 = @PYTHON2@
PYTHON_FLAGS = -t -O -O
# Library names (base name)