summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--driver/xf86-input-keyboard/config.h.in3
-rw-r--r--driver/xf86-input-keyboard/configure.ac9
2 files changed, 0 insertions, 12 deletions
diff --git a/driver/xf86-input-keyboard/config.h.in b/driver/xf86-input-keyboard/config.h.in
index 1f3dde794..14da6e208 100644
--- a/driver/xf86-input-keyboard/config.h.in
+++ b/driver/xf86-input-keyboard/config.h.in
@@ -60,8 +60,5 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
-/* Enable using xkeyboard-config */
-#undef USE_XKEYBOARD_CONFIG
-
/* Version number of package */
#undef VERSION
diff --git a/driver/xf86-input-keyboard/configure.ac b/driver/xf86-input-keyboard/configure.ac
index 302d53710..869283643 100644
--- a/driver/xf86-input-keyboard/configure.ac
+++ b/driver/xf86-input-keyboard/configure.ac
@@ -88,15 +88,6 @@ AM_CONDITIONAL(HURD, [test "x$IS_HURD" = xyes])
DRIVER_NAME=kbd
AC_SUBST([DRIVER_NAME])
-AC_ARG_ENABLE(xkeyboard-config,
- AS_HELP_STRING([--enable-xkeyboard-config],
- [Enable using xkeyboard-config (default: disabled)]),
- [ XKEYBOARD_CONFIG="${enableval}" ],
- [ XKEYBOARD_CONFIG="no" ])
-if test "x$XKEYBOARD_CONFIG" = xyes ; then
- AC_DEFINE(USE_XKEYBOARD_CONFIG, 1, [Enable using xkeyboard-config])
-fi
-
AC_CONFIG_FILES([Makefile
src/Makefile
man/Makefile])