From 491503ddd21cae26d3e349e39ee2e139680a220f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 6 May 2012 06:18:48 -0400 Subject: [PATCH] Auto-commit of generated files. --- autogen/configure | 4 ++-- 1 file 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 ## option to use it. darwin) LIBS_TERMCAP="-lncurses" ;; - gnu*) "x$LIBS_TERMCAP" = x && LIBS_TERMCAP="-lncurses" ;; + gnu*) test -z "$LIBS_TERMCAP" && LIBS_TERMCAP="-lncurses" ;; freebsd) { $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; } ;; netbsd) - if "x$LIBS_TERMCAP" != "x-lterminfo" ; then + if test "x$LIBS_TERMCAP" != "x-lterminfo"; then TERMINFO=no LIBS_TERMCAP="-ltermcap" fi -- 2.39.2