summaryrefslogtreecommitdiff
path: root/driver/xf86-input-keyboard/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'driver/xf86-input-keyboard/configure.ac')
-rw-r--r--driver/xf86-input-keyboard/configure.ac9
1 files changed, 0 insertions, 9 deletions
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])