From: kramm Date: Mon, 18 Jun 2007 07:30:38 +0000 (+0000) Subject: added python 2.5 support X-Git-Tag: buttons-working~623 X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=04948d0cd11cc48c4f9405d395dc0e460dfe2b4c;hp=08cb34b5daec9b0e7736e19b35ff72a8d9e0348a;p=swftools.git added python 2.5 support --- diff --git a/m4/python.m4 b/m4/python.m4 index fee7f68..23deed7 100644 --- 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.4 - for v in 2 3 4; do + # iterate through version 2.2 to 2.5 + for v in 2 3 4 5; do # Linux if test -f "/usr/lib/python2.$v/site-packages/PIL/_imaging.so" -a -f "/usr/include/python2.$v/Python.h";then PY_VERSION=2.$v