From: Gregory P. Smith Date: Sun, 7 Sep 2008 19:25:37 +0000 (+0000) Subject: backport r66295 from trunk (small fix to the previous backport) X-Git-Tag: v2.5.3c1~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e1ddee8c114064bc1563ca59126b34c3c2120f3;p=python backport r66295 from trunk (small fix to the previous backport) --- diff --git a/configure.in b/configure.in index 87a0e34244..3bb8717f36 100644 --- a/configure.in +++ b/configure.in @@ -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])