1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

* configure.in: Fix last change.

This commit is contained in:
Andreas Schwab 2012-05-05 12:18:38 +02:00
parent 0d887c7d51
commit 34792228da
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
* configure.in: Fix last change.
2012-05-02 Glenn Morris <rgm@gnu.org>
* Makefile.in (uninstall): Remove useless-use-of-for; that for

View File

@ -2878,7 +2878,7 @@ fail;
;;
netbsd)
if [ "x$LIBS_TERMCAP" = "x-lterminfo" ]; then
if test "x$LIBS_TERMCAP" = "x-lterminfo"; then
TERMINFO=yes
else
LIBS_TERMCAP="-ltermcap"