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:
parent
0d887c7d51
commit
34792228da
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user