aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2014-12-01 15:03:26 +0000
committerTatsuya Kinoshita <tats@debian.org>2014-12-01 15:03:26 +0000
commit1fc8e1c8417ebcc9a4ef681c9d03efa09909aa34 (patch)
tree3ac95497ae9615309daec5022906bed921ffbe35 /configure
parentMerge branch 'bug/gtk2-pkg-config' (diff)
parentAdd tinfo to with_termlib (diff)
downloadw3m-1fc8e1c8417ebcc9a4ef681c9d03efa09909aa34.tar.gz
w3m-1fc8e1c8417ebcc9a4ef681c9d03efa09909aa34.zip
Merge branch 'bug/tinfo'
Diffstat (limited to '')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b5adbb5..fd916fc 100755
--- a/configure
+++ b/configure
@@ -1490,7 +1490,7 @@ Optional Packages:
--with-ssl=PREFIX support https protocol
--with-termlib=LIBS terminal library
LIBS is space separated list of:
- terminfo mytinfo termcap ncurses curses
+ terminfo mytinfo termcap tinfo ncurses curses
--with-gc=PREFIX libgc PREFIX
Some influential environment variables:
@@ -7978,7 +7978,7 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_termlib" >&5
$as_echo "$with_termlib" >&6; }
- test x"$with_termlib" = xyes && with_termlib="terminfo mytinfo termlib termcap ncurses curses"
+ test x"$with_termlib" = xyes && with_termlib="terminfo mytinfo termlib termcap tinfo ncurses curses"
for lib in $with_termlib; do
as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_tgetent" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -l$lib" >&5