summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2011-04-06 14:09:47 +0000
committerfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2011-04-06 14:09:47 +0000
commitbf941a082ad839b5f37d94ec4930f5194fd3c4b3 (patch)
tree99ed18ff4d450fb33ba770438b4cfa0ae6cf377e
parent3044330dd57cb758099760ea2a276e47e91419cc (diff)
downloaddistcc-bf941a082ad839b5f37d94ec4930f5194fd3c4b3.tar.gz
Support Python 2.6.
Reviewed by Craig Silverstein. git-svn-id: http://distcc.googlecode.com/svn/trunk@737 01de4be4-8c4a-0410-9132-4925637da917
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 44921b1..e07a001 100644
--- a/configure.ac
+++ b/configure.ac
@@ -243,7 +243,7 @@ AC_PROG_INSTALL
#
# NB: Cannot use AC_CONFIG_LIBOBJ_DIR here, because it's not present
# in autoconf 2.53.
-AC_PATH_PROGS(PYTHON, [python2.5 python-2.5 python2.4 python-2.4 python])
+AC_PATH_PROGS(PYTHON, [python2.6 python-2.6 python2.5 python-2.5 python2.4 python-2.4 python])
AC_ARG_VAR(PYTHON, [Python interpreter])
# Python 1 doesn't even support -V
if ! "$PYTHON" -V 2>&1 | grep "^Python" >/dev/null; then