]> git.eshelyaron.com Git - emacs.git/commitdiff
nt/config.nt: Sync with autogen/config.in.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 29 Mar 2013 03:02:22 +0000 (04:02 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 29 Mar 2013 03:02:22 +0000 (04:02 +0100)
(HAVE_XKBGETKEYBOARD): Remove.
(HAVE_XKB): New macro.

nt/ChangeLog
nt/config.nt

index 03bd86a3216769d39eaf88a9a5e4582c9137c9a7..f25aef9580c04e1401c8f5735d4ff8a460737a84 100644 (file)
@@ -1,3 +1,9 @@
+2013-03-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * config.nt: Sync with autogen/config.in.
+       (HAVE_XKBGETKEYBOARD): Remove.
+       (HAVE_XKB): New macro.
+
 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
 
        * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
index 3d606258fc097cdcfc01f7b262a23c36cef49613..f8ed6cc3aaab49764316d89001f518f27f0c0bd1 100644 (file)
@@ -1113,8 +1113,8 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* Define to 1 if XIM is available */
 #undef HAVE_XIM
 
-/* Define to 1 if you have the XkbGetKeyboard function. */
-#undef HAVE_XKBGETKEYBOARD
+/* Define to 1 if you have the Xkb extension. */
+#undef HAVE_XKB
 
 /* Define to 1 if you have the Xpm library (-lXpm). */
 #undef HAVE_XPM