]> granicus.if.org Git - python/commitdiff
Merged revision 66295 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 7 Sep 2008 19:23:19 +0000 (19:23 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 7 Sep 2008 19:23:19 +0000 (19:23 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66295 | gregory.p.smith | 2008-09-07 12:18:16 -0700 (Sun, 07 Sep 2008)

  bugfix to r66283 (see issue #1204).
........

configure.in

index 7f3b9f79226afcd107b93538fefa224eb053953e..fe3c34422b6e34fd9e1d6e05e8788012a2abbdc5 100644 (file)
@@ -3242,7 +3242,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])