commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas configure.in


From: Reinhard Mueller
Subject: gnue/geas configure.in
Date: Sat, 15 Sep 2001 09:46:15 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Reinhard Mueller <address@hidden>       01/09/15 09:46:15

Modified files:
        geas           : configure.in 

Log message:
        link to correct version of python library

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/configure.in.diff?tr1=1.48&tr2=1.49&r1=text&r2=text

Patches:
Index: gnue/geas/configure.in
diff -u gnue/geas/configure.in:1.48 gnue/geas/configure.in:1.49
--- gnue/geas/configure.in:1.48 Sat Sep 15 08:50:51 2001
+++ gnue/geas/configure.in      Sat Sep 15 09:46:15 2001
@@ -232,7 +232,7 @@
 elif test "$methods" = "python"; then
        AC_DEFINE(USE_PYTHON_METHODS,1,[ ])
        PYTHON_CFLAGS="${PYTHON_INCLUDES}"
-       PYTHON_LIBS="-lpython1.5 -lpthread"
+       PYTHON_LIBS="-lpython${PYTHON_VERSION} -lpthread"
        METHOD_CFLAGS="${PYTHON_CFLAGS}"
        METHOD_LIBS="${PYTHON_LIBS}"
        AC_MSG_RESULT(python)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]