Add tinfo to with_termlib
Fix building against sys-libs/ncurses[tinfo]. Origin: https://504588.bugs.gentoo.org/attachment.cgi?id=372650 Bug-Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=504588
This commit is contained in:
committed by
Tatsuya Kinoshita
parent
00043aa7a6
commit
66d2dd007f
@@ -400,10 +400,10 @@ AC_DEFUN([AC_W3M_TERMLIB],
|
|||||||
AC_ARG_WITH(termlib,
|
AC_ARG_WITH(termlib,
|
||||||
[ --with-termlib[=LIBS] terminal library
|
[ --with-termlib[=LIBS] terminal library
|
||||||
LIBS is space separated list of:
|
LIBS is space separated list of:
|
||||||
terminfo mytinfo termcap ncurses curses],,
|
terminfo mytinfo termcap tinfo ncurses curses],,
|
||||||
[with_termlib="yes"])
|
[with_termlib="yes"])
|
||||||
AC_MSG_RESULT($with_termlib)
|
AC_MSG_RESULT($with_termlib)
|
||||||
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
|
for lib in $with_termlib; do
|
||||||
AC_CHECK_LIB($lib, tgetent, [W3M_LIBS="$W3M_LIBS -l$lib"; break])
|
AC_CHECK_LIB($lib, tgetent, [W3M_LIBS="$W3M_LIBS -l$lib"; break])
|
||||||
done
|
done
|
||||||
|
4
configure
vendored
4
configure
vendored
@@ -1490,7 +1490,7 @@ Optional Packages:
|
|||||||
--with-ssl=PREFIX support https protocol
|
--with-ssl=PREFIX support https protocol
|
||||||
--with-termlib=LIBS terminal library
|
--with-termlib=LIBS terminal library
|
||||||
LIBS is space separated list of:
|
LIBS is space separated list of:
|
||||||
terminfo mytinfo termcap ncurses curses
|
terminfo mytinfo termcap tinfo ncurses curses
|
||||||
--with-gc=PREFIX libgc PREFIX
|
--with-gc=PREFIX libgc PREFIX
|
||||||
|
|
||||||
Some influential environment variables:
|
Some influential environment variables:
|
||||||
@@ -7978,7 +7978,7 @@ fi
|
|||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_termlib" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_termlib" >&5
|
||||||
$as_echo "$with_termlib" >&6; }
|
$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
|
for lib in $with_termlib; do
|
||||||
as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_tgetent" | $as_tr_sh`
|
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
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -l$lib" >&5
|
||||||
|
Reference in New Issue
Block a user