summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7f3b9f7..fe3c344 100644
--- a/configure.in
+++ b/configure.in
@@ -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])