Remove last bits of having xkeyboard-config optional.

This commit is contained in:
matthieu
2011-09-17 16:25:32 +00:00
parent 752f53d70f
commit baa8826c48
2 changed files with 0 additions and 12 deletions

View File

@@ -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

View File

@@ -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])