From 8e1ddee8c114064bc1563ca59126b34c3c2120f3 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Sun, 7 Sep 2008 19:25:37 +0000 Subject: [PATCH] backport r66295 from trunk (small fix to the previous backport) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.50.1