]> granicus.if.org Git - python/commitdiff
- check for libtinfo as a termcap library
authordoko@ubuntu.com <doko@ubuntu.com>
Sat, 30 Jun 2012 15:32:23 +0000 (17:32 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Sat, 30 Jun 2012 15:32:23 +0000 (17:32 +0200)
configure
configure.ac

index afbc986d990348e463c76f1ccb5e1940e5690f25..72ad97ab7e0a2e138fdd44f8be491ebcdc938d02 100755 (executable)
--- 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
index 3ad7f49cc6fc331cf746e0ef1a3dbfa12a04bc08..eb0763afcf289dedd659daa0ab8732b75527f5c4 100644 (file)
@@ -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