Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > by-pkgid > 2074a4ac9ce17a77a48800ebd86ff17d > files > 1

qgis-0.8.1-1mdv2008.0.src.rpm

--- qgis-0.8.0/acinclude.m4~	2006-12-20 02:47:59.000000000 +0100
+++ qgis-0.8.0/acinclude.m4	2007-03-12 14:07:10.000000000 +0100
@@ -776,7 +776,7 @@
     ac_use_python=no
 else
 AC_MSG_CHECKING(for python build information)
-   for python in python2.4 python2.3 python2.2 python2.1 python; do
+   for python in python2.5 python2.4 python2.3 python2.2 python2.1 python; do
    AC_CHECK_PROGS(PYTHON_BIN, [$python])
    ax_python_bin=$PYTHON_BIN
    if test x$ax_python_bin != x; then