aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-05-02 07:17:25 -0400
committerGlenn Morris <[email protected]>2012-05-02 07:17:25 -0400
commitc635b6d5458afe1e86f044a407a0331ee75dc816 (patch)
treef820c2fa25658b6d613ef9e8a22ecffda103e15f
parentbf98199cf1bea244378538d60838f81cb3a34b49 (diff)
Auto-commit of generated files.
-rwxr-xr-xautogen/configure3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen/configure b/autogen/configure
index c6b78090d2..7c954129fc 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -14415,9 +14415,8 @@ $as_echo "$emacs_cv_freebsd_terminfo" >&6; }
;;
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