]> git.sur5r.net Git - kconfig-frontends/commit
configure: also search for libtinfo if needed
authorYann E. MORIN" <yann.morin.1998@free.fr>
Tue, 5 Mar 2013 00:08:27 +0000 (01:08 +0100)
committerYann E. MORIN" <yann.morin.1998@free.fr>
Tue, 5 Mar 2013 00:08:27 +0000 (01:08 +0100)
commitcefcd4b655c2b7efdc6313740f3c8af89dd8f670
tree43dee28eaaea913d60eace37fcbe343c97f366e5
parent8939bb3cffad2321df6c1361f93de7f195980187
configure: also search for libtinfo if needed

As Justin says:

    When building ncurses with --with-termlib several symbols get moved from
    libncurses.so to libtinfo.so. Thus when linking with libncurses.so, one
    additionally needs to link with libtinfo.so.

Contrary to the Linux kernel (that is on the verge of using pkg-config or
the ncurses*-config scripts), we simply see if we need to link against
libtinfo to get a symbol known to get moved there.

Reported-by: Justin <jlec@gentoo.org>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
configure.ac