aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreinelt <>2005-05-06 06:41:53 +0000
committerreinelt <>2005-05-06 06:41:53 +0000
commit5a63c929acc375d090cd933c331ffb3e171bd0b6 (patch)
treeaa86f37be0a38991711b973a91b2b6df931d15cf
parentfd213b79c1c7bae053920db05c8b0a79e2d62fd4 (diff)
downloadlcd4linux-5a63c929acc375d090cd933c331ffb3e171bd0b6.tar.gz
[lcd4linux @ 2005-05-06 06:41:53 by reinelt]
python2.4 added to python.m4
-rw-r--r--python.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/python.m4 b/python.m4
index c69ff77..98912fe 100644
--- a/python.m4
+++ b/python.m4
@@ -51,7 +51,7 @@ AC_DEFUN([AM_PATH_PYTHON],
dnl $prefix/lib/site-python in 1.4 to $prefix/lib/python1.5/site-packages
dnl in 1.5.
m4_define([_AM_PYTHON_INTERPRETER_LIST],
- [python python2 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5])
+ [python python2 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5])
m4_if([$1],[],[
dnl No version check is needed.