summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-10-05 18:15:56 +0200
committerDan McGee <dan@archlinux.org>2010-10-05 18:15:56 +0200
commitbef19a266bf5d80b68cab02f6a3ccc3fcedbec6d (patch)
treee5a25721239bd6dd92dcca0e0922529e9c188f91 /configure.ac
parentc0f58ea9a22c64e42b6784663ceb7272565428f5 (diff)
parent283ef6519aa20b8c63c9b916573b5f243ff7be2e (diff)
downloadpacman-bef19a266bf5d80b68cab02f6a3ccc3fcedbec6d.tar.gz
pacman-bef19a266bf5d80b68cab02f6a3ccc3fcedbec6d.tar.xz
Merge branch 'maint'
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 2a6ab08c..e709fc4c 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.6 python2.5 python], [false])
+AC_CHECK_PROGS([PYTHON], [python2.7 python2.6 python2.5 python2 python], [false])
# find installed gettext
AM_GNU_GETTEXT([external])