From 8b255033a90c323dde6d0e13ba1ab6c5808b6dfe Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 2 Sep 2004 16:56:45 +0000 Subject: [PATCH] don't define pythonrfxswf- let the caller do that. --- m4/python.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/python.m4 b/m4/python.m4 index daaa796..ac53552 100644 --- a/m4/python.m4 +++ b/m4/python.m4 @@ -14,7 +14,6 @@ fi if test "x$PY_VERSION" "!=" "x"; then AC_MSG_RESULT(python$PY_VERSION) - pythonrfxswf="lib/python/Makefile" if test "x$PYTHON_LIB" = "x";then PYTHON_LIB="-lpython$PY_VERSION /usr/lib/python$PY_VERSION/site-packages/PIL/_imaging.so" fi @@ -34,6 +33,7 @@ int main(int argn, char*argv[]) { return Py_Main(argn, argv); } +bli bla blo EOF ac_link='$CC $CPPFLAGS $CFLAGS $PYTHON_INCLUDES conftest.c $LDFLAGS $PYTHON_LIB $LIBS -o conftest${ac_exeext}' if { (eval echo python.m4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -- 1.7.10.4