From f46ba47d8b340125b17b2f13229079419f61a85e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 26 Mar 2013 06:17:36 -0400 Subject: [PATCH] Auto-commit of generated files. --- autogen/config.in | 3 +++ autogen/configure | 3 +++ 2 files changed, 6 insertions(+) diff --git a/autogen/config.in b/autogen/config.in index dd10c1d0a2d..f68efed389a 100644 --- a/autogen/config.in +++ b/autogen/config.in @@ -1106,6 +1106,9 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if XIM is available */ #undef HAVE_XIM +/* Define to 1 if you have the Xkb extension. */ +#undef HAVE_XKB + /* Define to 1 if you have the XkbGetKeyboard function. */ #undef HAVE_XKBGETKEYBOARD diff --git a/autogen/configure b/autogen/configure index 501d6678423..e519edaa39d 100755 --- a/autogen/configure +++ b/autogen/configure @@ -10636,6 +10636,9 @@ $as_echo "$emacs_xkb" >&6; } $as_echo "#define HAVE_XKBGETKEYBOARD 1" >>confdefs.h + +$as_echo "#define HAVE_XKB 1" >>confdefs.h + fi for ac_func in XrmSetDatabase XScreenResourceString \ -- 2.39.2