summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-09-07 19:18:16 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-09-07 19:18:16 (GMT)
commit29ec750a86649e045d1038a5d589698c6e6e27fd (patch)
treeaaefb738badbc192b9dd06dcc0cc27b255be87e7 /configure.in
parent0f3629d913a608f43ba115064f03ad3c9f1f21ec (diff)
downloadcpython-29ec750a86649e045d1038a5d589698c6e6e27fd.zip
cpython-29ec750a86649e045d1038a5d589698c6e6e27fd.tar.gz
cpython-29ec750a86649e045d1038a5d589698c6e6e27fd.tar.bz2
bugfix to r66283 (see issue #1204).
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8fa9ad7..ee7048b 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])