From bf941a082ad839b5f37d94ec4930f5194fd3c4b3 Mon Sep 17 00:00:00 2001 From: "fergus.henderson" Date: Wed, 6 Apr 2011 14:09:47 +0000 Subject: Support Python 2.6. Reviewed by Craig Silverstein. git-svn-id: http://distcc.googlecode.com/svn/trunk@737 01de4be4-8c4a-0410-9132-4925637da917 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1