Kaydet (Commit) 29ec750a authored tarafından Gregory P. Smith's avatar Gregory P. Smith

bugfix to r66283 (see issue #1204).

üst 0f3629d9
......@@ -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])
......
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