aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-05-06 06:18:48 -0400
committerGlenn Morris2012-05-06 06:18:48 -0400
commit491503ddd21cae26d3e349e39ee2e139680a220f (patch)
tree3690b733cd11d307e4616ce488c61bea7a685ff8
parent3cc99f68ad114947ab5597a4255f5cca25a71d78 (diff)
downloademacs-491503ddd21cae26d3e349e39ee2e139680a220f.tar.gz
emacs-491503ddd21cae26d3e349e39ee2e139680a220f.zip
Auto-commit of generated files.
-rwxr-xr-xautogen/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen/configure b/autogen/configure
index a8c8e657a44..ce3fb436009 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -14906,7 +14906,7 @@ case "$opsys" in
14906 ## option to use it. 14906 ## option to use it.
14907 darwin) LIBS_TERMCAP="-lncurses" ;; 14907 darwin) LIBS_TERMCAP="-lncurses" ;;
14908 14908
14909 gnu*) "x$LIBS_TERMCAP" = x && LIBS_TERMCAP="-lncurses" ;; 14909 gnu*) test -z "$LIBS_TERMCAP" && LIBS_TERMCAP="-lncurses" ;;
14910 14910
14911 freebsd) 14911 freebsd)
14912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5 14912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5
@@ -14950,7 +14950,7 @@ $as_echo "$emacs_cv_freebsd_terminfo" >&6; }
14950 ;; 14950 ;;
14951 14951
14952 netbsd) 14952 netbsd)
14953 if "x$LIBS_TERMCAP" != "x-lterminfo" ; then 14953 if test "x$LIBS_TERMCAP" != "x-lterminfo"; then
14954 TERMINFO=no 14954 TERMINFO=no
14955 LIBS_TERMCAP="-ltermcap" 14955 LIBS_TERMCAP="-ltermcap"
14956 fi 14956 fi