File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13557,7 +13557,7 @@ LIBS_no_readline=$LIBS
13557
13557
py_cv_lib_readline=no
13558
13558
{ $as_echo " $as_me :${as_lineno-$LINENO } : checking how to link readline libs" >&5
13559
13559
$as_echo_n " checking how to link readline libs... " >&6 ; }
13560
- for py_libtermcap in " " ncursesw ncurses curses termcap; do
13560
+ for py_libtermcap in " " tinfo ncursesw ncurses curses termcap; do
13561
13561
if test -z " $py_libtermcap " ; then
13562
13562
READLINE_LIBS=" -lreadline"
13563
13563
else
Original file line number Diff line number Diff line change @@ -3904,7 +3904,7 @@ LIBS_no_readline=$LIBS
3904
3904
# with setup.py.
3905
3905
py_cv_lib_readline=no
3906
3906
AC_MSG_CHECKING ( [ how to link readline libs] )
3907
- for py_libtermcap in "" ncursesw ncurses curses termcap; do
3907
+ for py_libtermcap in "" tinfo ncursesw ncurses curses termcap; do
3908
3908
if test -z "$py_libtermcap"; then
3909
3909
READLINE_LIBS="-lreadline"
3910
3910
else
You can’t perform that action at this time.
0 commit comments