Difference for ./configure from version 1.48 to 1.49


version 1.48 version 1.49
Line 14451
 
Line 14451
 done  done
   
  if test "x$cf_have_python_h" = "x"  ; then   if test "x$cf_have_python_h" = "x"  ; then
  for dir in /usr{,/local}/include/python{,2.3,2.2,2.1,2.0} ; do   for dir in /usr{,/local}/include/python{,2.4,2.3,2.2,2.1,2.0} ; do
   
 for ac_header in "$dir/Python.h"  for ac_header in "$dir/Python.h"
 do  do
Line 14606
 
Line 14606
  if test "x$cf_have_python_h" = "xyes" ; then   if test "x$cf_have_python_h" = "xyes" ; then
  PYTHON_LIB=""   PYTHON_LIB=""
   
                 for lib in python{,2.3,2.2,2.1,2.0} ; do                  for lib in python{,2.4,2.3,2.2,2.1,2.0} ; do
                         as_ac_Lib=`echo "ac_cv_lib_$lib''_PyArg_ParseTuple" | $as_tr_sh`                          as_ac_Lib=`echo "ac_cv_lib_$lib''_PyArg_ParseTuple" | $as_tr_sh`
 echo "$as_me:$LINENO: checking for PyArg_ParseTuple in -l$lib" >&5  echo "$as_me:$LINENO: checking for PyArg_ParseTuple in -l$lib" >&5
 echo $ECHO_N "checking for PyArg_ParseTuple in -l$lib... $ECHO_C" >&6  echo $ECHO_N "checking for PyArg_ParseTuple in -l$lib... $ECHO_C" >&6


Legend:
line(s) removed in v.1.48 
line(s) changed
 line(s) added in v.1.49

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:54