python2.5.patch

Patch to configure to detect python 2.5 - silfreed-silfreed-net -, 2007-05-29 09:54 AM

Download (610 Bytes)

View differences:

qgis-0.8.0/configure 2007-05-29 11:23:55.000000000 -0400
20535 20535
else
20536 20536
echo "$as_me:$LINENO: checking for python build information" >&5
20537 20537
echo $ECHO_N "checking for python build information... $ECHO_C" >&6
20538
   for python in python2.4 python2.3 python2.2 python2.1 python; do
20538
   for python in python2.5 python2.4 python2.3 python2.2 python2.1 python; do
20539 20539
   for ac_prog in $python
20540 20540
do
20541 20541
  # Extract the first word of "$ac_prog", so it can be a program name with args.