- check for libtinfo as a termcap library

This commit is contained in:
doko@ubuntu.com 2012-06-30 17:32:23 +02:00
parent 24ef3e967f
commit f2967c73ad
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

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

View file

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