]> git.pld-linux.org Git - packages/texinfo.git/blame - texinfo-as_needed-fix.patch
- for 4.9
[packages/texinfo.git] / texinfo-as_needed-fix.patch
CommitLineData
353f646c 1diff -Nur texinfo-4.8/configure.ac texinfo-4.8.as_needed-fix/configure.ac
2--- texinfo-4.8/configure.ac 2004-12-31 19:00:48.000000000 +0100
3+++ texinfo-4.8.as_needed-fix/configure.ac 2006-08-02 02:37:33.000000000 +0200
4@@ -119,7 +119,7 @@
5 # rather ncurses. So we check for it.
6 TERMLIBS=
7 # Check for termlib before termcap because Solaris termcap needs libucb.
8-TERMLIB_VARIANTS="ncurses curses termlib termcap terminfo"
9+TERMLIB_VARIANTS="tinfo ncurses curses termlib termcap terminfo"
10 for termlib in ${TERMLIB_VARIANTS}; do
11 AC_CHECK_LIB(${termlib}, tgetent,
12 [TERMLIBS="${TERMLIBS} -l${termlib}"; break])
This page took 0.046465 seconds and 4 git commands to generate.