From: ellson Date: Sat, 17 Nov 2007 23:22:13 +0000 (+0000) Subject: correct -L path to python library - good job we haven't used it so far ;) X-Git-Tag: LAST_LIBGRAPH~32^2~5012 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad420f3ad7fbe013b6442409806a284a43c01bcd;p=graphviz correct -L path to python library - good job we haven't used it so far ;) patch from: David Fang --- diff --git a/configure.ac b/configure.ac index 22d065aa6..5856bf63c 100644 --- a/configure.ac +++ b/configure.ac @@ -841,7 +841,7 @@ if test "x$PYTHON" != "x"; then else PYTHON_PREFIX=`$PYTHON -c "import sys; print sys.prefix"` PYTHON_INCLUDES=-I$PYTHON_PREFIX/include/python$PYTHON_VERSION_SHORT - PYTHON_LIBS="-L$PYTHON_PREFIX/lib$LIBPOSTFIX" + PYTHON_LIBS="-L$PYTHON_PREFIX/lib$LIBPOSTFIX/python$PYTHON_VERSION_SHORT/config" save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS $PYTHON_INCLUDES" AC_CHECK_HEADER(Python.h,,[