From: kramm Date: Thu, 28 Oct 2004 16:31:04 +0000 (+0000) Subject: for MacOS X, changed -lpython to -framework Python. X-Git-Tag: release-0-6-3~243 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=9527ce12c567acbfd5474bce0dedecb1969aff49;p=swftools.git for MacOS X, changed -lpython to -framework Python. --- 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