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

Merged revision 66295 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66295 | gregory.p.smith | 2008-09-07 12:18:16 -0700 (Sun, 07 Sep 2008)

  bugfix to r66283 (see issue #1204).
........
üst 207f2113
...@@ -3242,7 +3242,7 @@ for py_libtermcap in "" ncursesw ncurses curses termcap; do ...@@ -3242,7 +3242,7 @@ for py_libtermcap in "" ncursesw ncurses curses termcap; do
done done
# Uncomment this line if you want to use READINE_LIBS in Makefile or scripts # Uncomment this line if you want to use READINE_LIBS in Makefile or scripts
#AC_SUBST([READLINE_LIBS]) #AC_SUBST([READLINE_LIBS])
if test $py_cv_lib_readline = !yes; then if test $py_cv_lib_readline = no; then
AC_MSG_RESULT([none]) AC_MSG_RESULT([none])
else else
AC_MSG_RESULT([$READLINE_LIBS]) 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