Commit 3ea8ecaa authored by doko's avatar doko

- check for libtinfo as a termcap library

parent 4a51a1aa
...@@ -13557,7 +13557,7 @@ LIBS_no_readline=$LIBS ...@@ -13557,7 +13557,7 @@ LIBS_no_readline=$LIBS
py_cv_lib_readline=no py_cv_lib_readline=no
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link readline libs" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link readline libs" >&5
$as_echo_n "checking how to link readline libs... " >&6; } $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 if test -z "$py_libtermcap"; then
READLINE_LIBS="-lreadline" READLINE_LIBS="-lreadline"
else else
......
...@@ -3904,7 +3904,7 @@ LIBS_no_readline=$LIBS ...@@ -3904,7 +3904,7 @@ LIBS_no_readline=$LIBS
# with setup.py. # with setup.py.
py_cv_lib_readline=no py_cv_lib_readline=no
AC_MSG_CHECKING([how to link readline libs]) 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 if test -z "$py_libtermcap"; then
READLINE_LIBS="-lreadline" READLINE_LIBS="-lreadline"
else else
......
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