From: kramm Date: Thu, 2 Sep 2004 16:56:45 +0000 (+0000) Subject: don't define pythonrfxswf- let the caller do that. X-Git-Tag: xpdf-3-00~70 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=8b255033a90c323dde6d0e13ba1ab6c5808b6dfe don't define pythonrfxswf- let the caller do that. --- 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