Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release-src > by-pkgid > 06fb183f95750ecc71f649f0574b9391 > files > 2

crossfire-server-1.11.0-5mdv2010.0.src.rpm

--- acinclude.m4~	2008-02-01 06:56:37.000000000 +0100
+++ acinclude.m4	2009-01-21 17:44:20.000000000 +0100
@@ -6,7 +6,7 @@
 	PY_INCLUDES=""
 	dir=""
 	if test "x$PYTHON_HOME" != "x"; then
-		for dir in $PYTHON_HOME/include/python{,2.5,2.4,2.3,2.2,2.1,2.0} ; do
+		for dir in $PYTHON_HOME/include/python{,2.6,2.5,2.4,2.3,2.2,2.1,2.0} ; do
 			AC_CHECK_HEADERS(["$dir/Python.h"],[cf_have_python_h=yes])
 			if test "x$cf_have_python_h" != "x" ; then
 				PY_INCLUDES="-I$dir"
@@ -17,7 +17,7 @@
 	else
 		AC_CHECK_HEADERS([Python.h],[cf_have_python_h=yes])
 		if test "x$cf_have_python_h" = "x"  ; then
-			for dir in  /usr{,/local}/include/python{,2.5,2.4,2.3,2.2,2.1,2.0} ; do
+			for dir in  /usr{,/local}/include/python{,2.6,2.5,2.4,2.3,2.2,2.1,2.0} ; do
 				AC_CHECK_HEADERS(["$dir/Python.h"],[cf_have_python_h=yes])
 				if test "x$cf_have_python_h" != "x" ; then
 					PY_INCLUDES="-I$dir"
@@ -61,7 +61,7 @@
 			fi
 
 		else
-	                for lib in python{,2.5,2.4,2.3,2.2,2.1,2.0} ; do
+	                for lib in python{,2.6,2.5,2.4,2.3,2.2,2.1,2.0} ; do
 	                        AC_CHECK_LIB($lib, PyArg_ParseTuple,[PYTHON_LIB="-l$lib"])
 	                        if test "x$PYTHON_LIB" != "x" ; then
 	                                break
@@ -532,7 +532,7 @@
 	   # All curl-config scripts support --feature
 	   _libcurl_features=`$_libcurl_config --feature`
 
-           # Is it modern enough to have --protocols? (7.12.4)
+           # Is it modern enough to have --protocols? (7.12.6,2.4)
 	   if test $_libcurl_version -ge 461828 ; then
               _libcurl_protocols=`$_libcurl_config --protocols`
            fi