aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen/configure b/autogen/configure
index 7c954129fca..1c17b77e754 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -14415,7 +14415,7 @@ $as_echo "$emacs_cv_freebsd_terminfo" >&6; }
14415 ;; 14415 ;;
14416 14416
14417 netbsd) 14417 netbsd)
14418 if "x$LIBS_TERMCAP" = "x-lterminfo" ; then 14418 if test "x$LIBS_TERMCAP" = "x-lterminfo"; then
14419 TERMINFO=yes 14419 TERMINFO=yes
14420 else 14420 else
14421 LIBS_TERMCAP="-ltermcap" 14421 LIBS_TERMCAP="-ltermcap"