diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-30 05:08:33 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-30 05:08:33 +0000 |
commit | 89ce934da29b39b53e617206a2741956a4d6a53f (patch) | |
tree | 01bbfa73f317e55cb64b88e41f5373be4f342e70 /configure.in | |
parent | 050b82f6f513d71be620fc3b5bb38d87826857fb (diff) | |
download | emacs-89ce934da29b39b53e617206a2741956a4d6a53f.tar.gz |
(AH_BOTTOM): Copy some manual changes made to src/config.in here so
they are not lost when it regenerates.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/configure.in b/configure.in index b5f4eb8e6df..bcdd605ea8e 100644 --- a/configure.in +++ b/configure.in @@ -3,8 +3,8 @@ dnl To rebuild the `configure' script from this, execute the command 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 @@ AH_BOTTOM([ #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 |