]> err.no Git - util-linux/commit
build-sys: fix linking when ncurses is built with --with-termlib=tinfo
authorArkadiusz Miskiewicz <arekm@maven.pl>
Tue, 19 Jun 2007 18:58:04 +0000 (20:58 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 2 Jul 2007 14:26:20 +0000 (16:26 +0200)
commit46e711180f6c7ef6b52373438a4bf0cecb7c646c
treec3395a25031fde6f0a4ee1bbf6fe14858fde58ca
parenta6f628832a1e6292cfdf9074ba32ba8cd21f899d
build-sys: fix linking when ncurses is built with --with-termlib=tinfo

When system ncurses is built with --with-termlib=tinfo option
then there are two libraries - libtinfo (which contains terminal
related functions) and libncurses (rest).

Correctly link against libtinfo in such case.

Signed-off-by: Arkadiusz Miskiewicz <arekm@maven.pl>
configure.ac
misc-utils/Makefile.am
text-utils/Makefile.am