diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-30 15:33:13 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-30 15:33:13 (GMT) |
commit | e38c98f97400fcaa5d7bf3f09ae5ab0c7e1e1dda (patch) | |
tree | a9968090715bc89235101a7676eb00b51cff59ff | |
parent | f93b705bd0d6c0338670d051d83748ea861d37b5 (diff) | |
parent | f2967c73ad1f73bdb5320bf99a595761edd040ba (diff) | |
download | cpython-e38c98f97400fcaa5d7bf3f09ae5ab0c7e1e1dda.zip cpython-e38c98f97400fcaa5d7bf3f09ae5ab0c7e1e1dda.tar.gz cpython-e38c98f97400fcaa5d7bf3f09ae5ab0c7e1e1dda.tar.bz2 |
Merge
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -13557,7 +13557,7 @@ LIBS_no_readline=$LIBS py_cv_lib_readline=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link readline libs" >&5 $as_echo_n "checking how to link readline libs... " >&6; } -for py_libtermcap in "" ncursesw ncurses curses termcap; do +for py_libtermcap in "" tinfo ncursesw ncurses curses termcap; do if test -z "$py_libtermcap"; then READLINE_LIBS="-lreadline" else diff --git a/configure.ac b/configure.ac index 3ad7f49..eb0763a 100644 --- a/configure.ac +++ b/configure.ac @@ -3904,7 +3904,7 @@ LIBS_no_readline=$LIBS # with setup.py. py_cv_lib_readline=no AC_MSG_CHECKING([how to link readline libs]) -for py_libtermcap in "" ncursesw ncurses curses termcap; do +for py_libtermcap in "" tinfo ncursesw ncurses curses termcap; do if test -z "$py_libtermcap"; then READLINE_LIBS="-lreadline" else |