From f2967c73ad1f73bdb5320bf99a595761edd040ba Mon Sep 17 00:00:00 2001 From: "doko@ubuntu.com" Date: Sat, 30 Jun 2012 17:32:23 +0200 Subject: [PATCH] - check for libtinfo as a termcap library --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index afbc986d990..72ad97ab7e0 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index 3ad7f49cc6f..eb0763afcf2 100644 --- a/configure.ac +++ b/configure.ac @@ -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