1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

* configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.

Ref http://debbugs.gnu.org/6190
This commit is contained in:
Glenn Morris 2012-05-01 20:11:24 -04:00
parent bbba8869a2
commit 9fa0e4168d
2 changed files with 5 additions and 2 deletions

View File

@ -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).

View File

@ -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