Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2967c7

Browse files
committed
- check for libtinfo as a termcap library
1 parent 24ef3e9 commit f2967c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13557,7 +13557,7 @@ LIBS_no_readline=$LIBS
1355713557
py_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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3904,7 +3904,7 @@ LIBS_no_readline=$LIBS
39043904
# with setup.py.
39053905
py_cv_lib_readline=no
39063906
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
39083908
if test -z "$py_libtermcap"; then
39093909
READLINE_LIBS="-lreadline"
39103910
else

0 commit comments

Comments
 (0)