X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure;h=4807304f7612f5d6663e40a03dc2190b4faac218;hb=14ad22896392f531f5aad7a2551bfc8dbe73ee44;hp=e0f77a7c9b3f77c79ecca54a75bb35394afa899e;hpb=5c9598b83802f3f0557eeef5a8a03d3e0da9cdf5;p=swftools.git diff --git a/configure b/configure index e0f77a7..4807304 100755 --- a/configure +++ b/configure @@ -22209,11 +22209,11 @@ else PYTHON_INCLUDES="-I/usr/include/python$PY_VERSION" fi # Mac OS X - if test -f "/Library/Python/2.$v/_imaging.so" \ + if test -f "/Library/Python/2.$v/PIL/_imaging.so" \ -a "/System/Library/Frameworks/Python.framework/Versions/2.$v/include/python2.$v/Python.h";then PY_VERSION=2.$v - PYTHON_LIB="-lpython$PY_VERSION /Library/Python/2.3/_imaging.so" - PYTHON_INCLUDES="-I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python$PY_VERSION/" + PYTHON_LIB="-lpython$PY_VERSION /Library/Python/2.$v/PIL/_imaging.so" + PYTHON_INCLUDES="-I/System/Library/Frameworks/Python.framework/Versions/2.$v/include/python2.$v/" fi done fi