mirror of https://github.com/python/cpython
bugfix to r66283 (see issue #1204).
This commit is contained in:
parent
0f3629d913
commit
29ec750a86
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue