File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13557,7 +13557,7 @@ LIBS_no_readline=$LIBS
1355713557py_cv_lib_readline=no
1355813558{ $as_echo " $as_me :${as_lineno-$LINENO } : checking how to link readline libs" >&5
1355913559$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
1356113561 if test -z " $py_libtermcap " ; then
1356213562 READLINE_LIBS=" -lreadline"
1356313563 else
Original file line number Diff line number Diff line change @@ -3904,7 +3904,7 @@ LIBS_no_readline=$LIBS
39043904# with setup.py.
39053905py_cv_lib_readline=no
39063906AC_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
39083908 if test -z "$py_libtermcap"; then
39093909 READLINE_LIBS="-lreadline"
39103910 else
You can’t perform that action at this time.
0 commit comments