From: Glenn Morris Date: Tue, 23 Jul 2013 10:17:48 +0000 (-0400) Subject: Auto-commit of generated files. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1722 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20d5e28ab33010943af43c92e57788549e08a991;p=emacs.git Auto-commit of generated files. --- diff --git a/autogen/config.in b/autogen/config.in index 3fe82ce0f92..5c5b2dfdbca 100644 --- a/autogen/config.in +++ b/autogen/config.in @@ -1468,6 +1468,9 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if using the Motif X toolkit. */ #undef USE_MOTIF +/* Define to 1 if you use ncurses. */ +#undef USE_NCURSES + /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE diff --git a/autogen/configure b/autogen/configure index 5c02e0d4ecb..73f92d98d08 100755 --- a/autogen/configure +++ b/autogen/configure @@ -15022,6 +15022,11 @@ $as_echo "#define TERMINFO 1" >>confdefs.h TERMCAP_OBJ=terminfo.o fi +if test "X$LIBS_TERMCAP" = "X-lncurses"; then + +$as_echo "#define USE_NCURSES 1" >>confdefs.h + +fi