[Python-checkins] r66300 - python/branches/release25-maint/configure

gregory.p.smith python-checkins at python.org
Sun Sep 7 21:26:10 CEST 2008


Author: gregory.p.smith
Date: Sun Sep  7 21:26:09 2008
New Revision: 66300

Log:
reran autoconf


Modified:
   python/branches/release25-maint/configure

Modified: python/branches/release25-maint/configure
==============================================================================
--- python/branches/release25-maint/configure	(original)
+++ python/branches/release25-maint/configure	Sun Sep  7 21:26:09 2008
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 66288 .
+# From configure.in Revision: 66299 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for python 2.5.
 #
@@ -21046,7 +21046,7 @@
 done
 # Uncomment this line if you want to use READINE_LIBS in Makefile or scripts
 #AC_SUBST([READLINE_LIBS])
-if test $py_cv_lib_readline = !yes; then
+if test $py_cv_lib_readline = no; then
   { echo "$as_me:$LINENO: result: none" >&5
 echo "${ECHO_T}none" >&6; }
 else


More information about the Python-checkins mailing list