]> granicus.if.org Git - python/commitdiff
backport r66295 from trunk (small fix to the previous backport)
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 7 Sep 2008 19:25:37 +0000 (19:25 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 7 Sep 2008 19:25:37 +0000 (19:25 +0000)
configure.in

index 87a0e3424468ee6589f727b550f20d6f362e614e..3bb8717f36c0648553c5347df6305b3d7779f177 100644 (file)
@@ -3117,7 +3117,7 @@ for py_libtermcap in "" ncursesw ncurses curses termcap; do
 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])