X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=m4%2Fpython.m4;h=293c8eb77a48d4da4a33d46dcf9d035d37b30cce;hb=6391dc0eac4235e923567667be6f8e59ab327338;hp=53493e94e7e8c2d23bc0f718a73a65e8dfa80722;hpb=ea05d6482829c92dc5c37002e0b532ac94fb12d4;p=swftools.git diff --git a/m4/python.m4 b/m4/python.m4 index 53493e9..293c8eb 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.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