summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2012-06-30 15:32:23 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2012-06-30 15:32:23 (GMT)
commitf2967c73ad1f73bdb5320bf99a595761edd040ba (patch)
treeb5fdf6d6abd064e26aa3b946d8c8f1e1e2a58bd3 /configure
parent24ef3e967f4698da6c85778408e920f6437ed344 (diff)
downloadcpython-f2967c73ad1f73bdb5320bf99a595761edd040ba.zip
cpython-f2967c73ad1f73bdb5320bf99a595761edd040ba.tar.gz
cpython-f2967c73ad1f73bdb5320bf99a595761edd040ba.tar.bz2
- check for libtinfo as a termcap library
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index afbc986..72ad97a 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