changeset 83772:4c5c25096f2a

(AH_BOTTOM): Copy some manual changes made to src/config.in here so they are not lost when it regenerates.
author Glenn Morris <rgm@gnu.org>
date Thu, 30 Aug 2007 05:08:33 +0000
parents 1b5d80bf327c
children 3592dd2e8c0c
files configure.in
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Aug 30 05:08:24 2007 +0000
+++ b/configure.in	Thu Aug 30 05:08:33 2007 +0000
@@ -3,8 +3,8 @@
 dnl 	autoconf
 dnl in the directory containing this script.
 dnl
-dnl  Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
-dnl  Free Software Foundation, Inc.
+dnl  Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003,
+dnl    2004, 2005, 2006, 2007  Free Software Foundation, Inc.
 dnl
 dnl  This file is part of GNU Emacs.
 dnl
@@ -3120,6 +3120,13 @@
 #define HAVE_MOUSE
 #endif
 
+/* Multi-tty support relies on MULTI_KBOARD.  It seems safe to turn it
+   on unconditionally.  Note that src/s/darwin.h disables this at
+   present.  */
+#ifndef MULTI_KBOARD
+#define MULTI_KBOARD
+#endif
+
 /* If we're using the Carbon API on Mac OS X, define a few more
    variables as well.  */
 #ifdef HAVE_CARBON