summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson@gmail.com <fergus.henderson@gmail.com@01de4be4-8c4a-0410-9132-4925637da917>2012-02-06 17:14:47 +0000
committerfergus.henderson@gmail.com <fergus.henderson@gmail.com@01de4be4-8c4a-0410-9132-4925637da917>2012-02-06 17:14:47 +0000
commit4490a2041a52d67b451beb41b4d0734549cfb204 (patch)
tree21b736876f49fdefc160004c17e724ce1f2d8b14
parent4a52e78196d2e0143a010e9b026f62cb05223185 (diff)
downloaddistcc-4490a2041a52d67b451beb41b4d0734549cfb204.tar.gz
Add support for Python 2.7.
git-svn-id: http://distcc.googlecode.com/svn/trunk@753 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 3218801..0e08eea 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.6 python-2.6 python2.5 python-2.5 python2.4 python-2.4 python])
+AC_PATH_PROGS(PYTHON, [python2.7 python-2.7 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