summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-12-09 15:00:15 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-12-09 15:00:15 -0500
commit8d64d4c111a57f4a7845c1959d560ca5f7d3124b (patch)
tree1c53c53b78fe7c6537de1b667b07d1fede42dc77 /common
parentf42efca4e0bf0b648c930eb874c12f0ee3604700 (diff)
downloadfarstream-8d64d4c111a57f4a7845c1959d560ca5f7d3124b.tar.gz
Test for newer pythons too
Diffstat (limited to 'common')
-rw-r--r--common/m4/as-python.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/common/m4/as-python.m4 b/common/m4/as-python.m4
index eb9b1754..4eb1a314 100644
--- a/common/m4/as-python.m4
+++ b/common/m4/as-python.m4
@@ -40,7 +40,8 @@ AC_DEFUN([AS_PATH_PYTHON],
dnl in 1.5, and I don't want to maintain that logic.
dnl should we do the version check?
- PYTHON_CANDIDATES="python python2.2 python2.1 python2.0 python2 \
+ PYTHON_CANDIDATES="python python2.6 python2.5 python 2.4 python 2.3 \
+ python2.2 python2.1 python2.0 python2 \
python1.6 python1.5"
ifelse([$1],[],
[AC_PATH_PROG(PYTHON, $PYTHON_CANDIDATES)],