summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2009-02-28 15:46:51 -0600
committerDan McGee <dan@archlinux.org>2009-02-28 15:46:51 -0600
commitd8d9ab8c870eb9f2df5e6e607b1da34e6e40e29e (patch)
treecd9ebbcf3f8235ed40bc074d052723d01b74bc2e /configure.ac
parent4458f71851e6056957e6fafebec286765bbbcc39 (diff)
downloadpacman-d8d9ab8c870eb9f2df5e6e607b1da34e6e40e29e.tar.gz
pacman-d8d9ab8c870eb9f2df5e6e607b1da34e6e40e29e.zip
Update checks for python in configure
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 216cf760..5dcbe795 100644
--- a/configure.ac
+++ b/configure.ac
@@ -126,7 +126,7 @@ AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_LIBTOOL
-AC_CHECK_PROGS([PYTHON], [python2.5 python2.4 python], [false])
+AC_CHECK_PROGS([PYTHON], [python2.6 python2.5 python], [false])
# find installed gettext
AM_GNU_GETTEXT([external])