* configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
Ref http://debbugs.gnu.org/6190
This commit is contained in:
parent
bbba8869a2
commit
9fa0e4168d
2 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2012-05-02 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
|
||||
|
||||
2012-04-18 Ludovic Courtès <ludo@gnu.org>
|
||||
|
||||
* configure.in: Don't use the -R option (Bug#11251).
|
||||
|
|
|
|||
|
|
@ -2878,9 +2878,8 @@ fail;
|
|||
;;
|
||||
|
||||
netbsd)
|
||||
if test $ac_cv_search_tputs = -lterminfo; then
|
||||
if [ "x$LIBS_TERMCAP" = "x-lterminfo" ]; then
|
||||
TERMINFO=yes
|
||||
LIBS_TERMCAP="-lterminfo"
|
||||
else
|
||||
LIBS_TERMCAP="-ltermcap"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue