Difference for ./configure from version 1.44 to 1.45


version 1.44 version 1.45
Line 14394
 
Line 14394
 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.2,2.1,2.0} ; do   for dir in /usr{,/local}/include/python{,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 14549
 
Line 14549
  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.2,2.1,2.0} ; do                  for lib in python{,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.44 
line(s) changed
 line(s) added in v.1.45

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