aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen/configure4
1 files changed, 1 insertions, 3 deletions
diff --git a/autogen/configure b/autogen/configure
index 6e8ddc505fe..5a70efc967f 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -14939,9 +14939,7 @@ $as_echo "$emacs_cv_freebsd_terminfo" >&6; }
14939 ;; 14939 ;;
14940 14940
14941 netbsd) 14941 netbsd)
14942 if test $ac_cv_search_tputs = -lterminfo; then 14942 if "x$LIBS_TERMCAP" != "x-lterminfo" ; then
14943 LIBS_TERMCAP="-lterminfo"
14944 else
14945 TERMINFO=no 14943 TERMINFO=no
14946 LIBS_TERMCAP="-ltermcap" 14944 LIBS_TERMCAP="-ltermcap"
14947 fi 14945 fi