From: Gregory P. Smith Date: Sun, 7 Sep 2008 19:18:16 +0000 (+0000) Subject: bugfix to r66283 (see issue #1204). X-Git-Tag: v2.6rc1~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29ec750a86649e045d1038a5d589698c6e6e27fd;p=thirdparty%2FPython%2Fcpython.git bugfix to r66283 (see issue #1204). --- diff --git a/configure.in b/configure.in index 8fa9ad77ca1e..ee7048b08758 100644 --- a/configure.in +++ b/configure.in @@ -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])