X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=m4%2Fpython.m4;h=7d2f4dea0fbf601282f1da7cc0c0a3a6f288f8a2;hb=9a19cee223398f45126b6297298e6028c0bcd6f6;hp=4d675c79efe17d94bca52de0e8b87330459db0f4;hpb=6971f4701464b8dda52062134ac9ef03a984ae41;p=swftools.git diff --git a/m4/python.m4 b/m4/python.m4 index 4d675c7..7d2f4de 100644 --- a/m4/python.m4 +++ b/m4/python.m4 @@ -20,7 +20,8 @@ else 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.$v/PIL/_imaging.so" + #PYTHON_LIB="-lpython$PY_VERSION /Library/Python/2.$v/PIL/_imaging.so" + PYTHON_LIB="-framework Python /Library/Python/2.$v/PIL/_imaging.so" PYTHON_INCLUDES="-I/System/Library/Frameworks/Python.framework/Versions/2.$v/include/python2.$v/" fi done