build: 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>
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
Detlef Riekenberg 2012-10-09 16:50:43 +02:00 committed by David Herrmann
parent 990881fa87
commit 774d22711f

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