]> granicus.if.org Git - python/commitdiff
bugfix to r66283 (see issue #1204).
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 7 Sep 2008 19:18:16 +0000 (19:18 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 7 Sep 2008 19:18:16 +0000 (19:18 +0000)
configure.in

index 8fa9ad77ca1e50dc4f8bf4f5a24b9cec14b4d814..ee7048b0875828ce7980bba23d19a71046e69bd3 100644 (file)
@@ -3346,7 +3346,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])