X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=m4%2Fpython.m4;h=23deed700c03f6aed7b6da841d7de02046006a52;hb=04948d0cd11cc48c4f9405d395dc0e460dfe2b4c;hp=fee7f6806f10479d4be891e1da204bbe8487f919;hpb=bfc74ab49c3b0e38199a71805eefd919a1df3de9;p=swftools.git 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