bugfix to r66283 (see issue #1204).

This commit is contained in:
Gregory P. Smith 2008-09-07 19:18:16 +00:00
parent 0f3629d913
commit 29ec750a86
1 changed files with 1 additions and 1 deletions

View File

@ -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])