]> git.eshelyaron.com Git - emacs.git/commitdiff
Auto-commit of generated files.
authorGlenn Morris <rgm@gnu.org>
Tue, 23 Jul 2013 10:17:48 +0000 (06:17 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 23 Jul 2013 10:17:48 +0000 (06:17 -0400)
autogen/config.in
autogen/configure

index 3fe82ce0f92716ae56f462bf3734eb76eef8058e..5c5b2dfdbca089ea9225c31d549755fba14cdbb5 100644 (file)
@@ -1468,6 +1468,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* 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
index 5c02e0d4ecbea6a07d25aee77ec9fbcfc29e54a0..73f92d98d08ca5d23c7d7770aa3fe9b4149f36e5 100755 (executable)
@@ -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