Commit 8e1ddee8 authored by Gregory P. Smith's avatar Gregory P. Smith

backport r66295 from trunk (small fix to the previous backport)

parent cae7f886
......@@ -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])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment