[Python-checkins] r66295 - python/trunk/configure.in

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


Author: gregory.p.smith
Date: Sun Sep 7 21:18:16 2008
New Revision: 66295
Log:
bugfix to r66283 (see issue #1204).
Modified:
 python/trunk/configure.in
Modified: python/trunk/configure.in
==============================================================================
--- python/trunk/configure.in	(original)
+++ python/trunk/configure.in	Sun Sep 7 21:18:16 2008
@@ -3346,7 +3346,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
 AC_MSG_RESULT([none])
 else
 AC_MSG_RESULT([$READLINE_LIBS])


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /