git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d55df27
)
python 2.6 support
author
Matthias Kramm
<kramm@quiss.org>
Thu, 12 Feb 2009 13:58:35 +0000
(14:58 +0100)
committer
Matthias Kramm
<kramm@quiss.org>
Thu, 12 Feb 2009 13:58:35 +0000
(14:58 +0100)
m4/python.m4
patch
|
blob
|
history
diff --git
a/m4/python.m4
b/m4/python.m4
index
53493e9
..
293c8eb
100644
(file)
--- a/
m4/python.m4
+++ b/
m4/python.m4
@@
-8,8
+8,8
@@
else
if test "x$PYTHON_LIB" '!=' "x" -o "x$PYTHON_INCLUDES" '!=' "x";then
echo "Set both PYTHON_LIB and PYTHON_INCLUDES, or none at all"
fi
- # iterate through version 2.2 to 2.5
- for v in 2 3 4 5; do
+ # iterate through version 2.2 to 2.6
+ for v in 2 3 4 5 6; do
# Linux
if test -f "/usr/include/python2.$v/Python.h";then
PY_VERSION=2.$v