SOURCES: obexftp-py-m4.patch - fix python2.5-config detecting
shadzik
shadzik at pld-linux.org
Mon May 28 13:43:41 CEST 2007
Author: shadzik Date: Mon May 28 11:43:40 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix python2.5-config detecting
---- Files affected:
SOURCES:
obexftp-py-m4.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/obexftp-py-m4.patch
diff -u SOURCES/obexftp-py-m4.patch:1.2 SOURCES/obexftp-py-m4.patch:1.3
--- SOURCES/obexftp-py-m4.patch:1.2 Wed Oct 25 23:44:07 2006
+++ SOURCES/obexftp-py-m4.patch Mon May 28 13:43:35 2007
@@ -59,7 +59,7 @@
+
+ # Check for Python include path
+ AC_MSG_CHECKING([for Python include path])
-+ python_includes=`python-config --includes`
++ python_includes=`python2.5-config --includes`
+ AC_MSG_RESULT([$python_includes])
+ if test -z "$python_includes" ; then
+ AC_MSG_ERROR([cannot find Python include path])
@@ -68,7 +68,7 @@
+
+ # Check for Python library path
+ AC_MSG_CHECKING([for Python library path])
-+ python_ldflags=`python-config --ldflags`
++ python_ldflags=`python2.5-config --ldflags`
+ AC_MSG_RESULT([$python_ldflags])
+ if test -z "$python_ldflags" ; then
+ AC_MSG_ERROR([cannot find Python library path])
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/obexftp-py-m4.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list