configure.ac: Do not list xkbcommon as optional

The variable xkbcommon_enabled was no longer nedded
after removing xkbcommon from the build configuration notice.

Signed-off-by: Detlef Riekenberg <wine.dev@web.de>
This commit is contained in:
Detlef Riekenberg 2012-10-09 16:50:43 +02:00
parent 6648029d5f
commit 0f53dc36b4

View File

@ -499,10 +499,7 @@ fi
# properly.
#
xkbcommon_enabled=no
if test ! x$have_xkbcommon = xno ; then
xkbcommon_enabled=yes
else
if test x$have_xkbcommon = xno ; then
AC_ERROR([xkbcommon not found for keyboard backend])
fi
@ -699,7 +696,6 @@ AC_MSG_NOTICE([Build configuration:
systemd: $systemd_enabled
udev: $udev_enabled
dbus: $dbus_enabled
xkbcommon: $xkbcommon_enabled
libuterm video backends:
fbdev: $fbdev_enabled