Author: isaac
Date: Tue Apr 24 00:03:07 2007
New Revision: 17017

URL: http://svn.gna.org/viewcvs/wesnoth?rev=17017&view=rev
Log:
Fix detection of python libraries, for some reason
the variable defined to cache the result of the python detection has changed
and the code that invalidated the cache to be able to check several
directories no longer worked because of that

Modified:
    trunk/configure.ac

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/configure.ac?rev=17017&r1=17016&r2=17017&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Apr 24 00:03:07 2007
@@ -377,7 +377,7 @@
 
        found=no
        for pylibpath in '/usr/lib' $PYTHON_PREFIX/lib 
$PYTHON_PREFIX/lib/python$PYTHON_VERSION/config; do
-               eval `echo unset ac_cv_lib_python$PYTHON_VERSION'_'Py_Finalize 
| tr '.' '_'`
+               eval `echo unset 
ac_cv_lib_python$PYTHON_VERSION'___'Py_Finalize | tr '.' '_'`
 
                save_LIBS=$LIBS
                LIBS="$LIBS -L$pylibpath"


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to