aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autogen/config.in3
-rwxr-xr-xautogen/configure3
2 files changed, 0 insertions, 6 deletions
diff --git a/autogen/config.in b/autogen/config.in
index f68efed389a..25f060b9bb9 100644
--- a/autogen/config.in
+++ b/autogen/config.in
@@ -1109,9 +1109,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1109/* Define to 1 if you have the Xkb extension. */ 1109/* Define to 1 if you have the Xkb extension. */
1110#undef HAVE_XKB 1110#undef HAVE_XKB
1111 1111
1112/* Define to 1 if you have the XkbGetKeyboard function. */
1113#undef HAVE_XKBGETKEYBOARD
1114
1115/* Define to 1 if you have the Xpm library (-lXpm). */ 1112/* Define to 1 if you have the Xpm library (-lXpm). */
1116#undef HAVE_XPM 1113#undef HAVE_XPM
1117 1114
diff --git a/autogen/configure b/autogen/configure
index e519edaa39d..126248beced 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -10634,9 +10634,6 @@ rm -f core conftest.err conftest.$ac_objext \
10634$as_echo "$emacs_xkb" >&6; } 10634$as_echo "$emacs_xkb" >&6; }
10635 if test $emacs_xkb = yes; then 10635 if test $emacs_xkb = yes; then
10636 10636
10637$as_echo "#define HAVE_XKBGETKEYBOARD 1" >>confdefs.h
10638
10639
10640$as_echo "#define HAVE_XKB 1" >>confdefs.h 10637$as_echo "#define HAVE_XKB 1" >>confdefs.h
10641 10638
10642 fi 10639 fi