summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2012-06-28 06:51:22 +0200
committerMartin Pitt <martinpitt@gnome.org>2012-06-28 06:51:22 +0200
commitaf20d7c929b9c1888454b52932a308d346e1c12b (patch)
treecbdb156d7ea11615d3f26fd86d2cc91bb1670f91 /m4
parenta96a26234e2aaa157837d26094864e3ad9b63edf (diff)
downloadpygobject-af20d7c929b9c1888454b52932a308d346e1c12b.tar.gz
m4/python.m4: Update Python version list
Thanks to Dieter Verfaillie for pointing this out.
Diffstat (limited to 'm4')
-rw-r--r--m4/python.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/python.m4 b/m4/python.m4
index 3cfb9e23..c9cdf5df 100644
--- a/m4/python.m4
+++ b/m4/python.m4
@@ -146,8 +146,7 @@ AC_DEFUN([JD_PATH_PYTHON],
dnl Find a Python interpreter. Python versions prior to 2.0 are not
dnl supported
m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
- [python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 dnl
-python2.1 python2.0])
+ [python python2 python2.7 python2.6 python3 python3.2 python3.1])
m4_if([$1],[],[
dnl No version check is needed.