configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Mar 2012 18:07:33 +0000 (10:07 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Mar 2012 18:07:33 +0000 (10:07 -0800)
commitf20f95c65cb948ce2b7ff667831dc64471d001fa
tree51824ee9b73e4e457271540bf1e6f000220633f2
parent5dd11cfee60be557274ea95289d2d39972c37a9b
configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)

* configure.in (LIBS_TERMCAP): Default this to the result of
the tputs library search.  Do a run-time test for the linkability
of tputs unless cross-compiling, as that's more reliable if the
link flags and libraries are messed up.  Don't change LIBS as
a result of the test, as that may mess up later tests.
ChangeLog
configure.in