From 0f53dc36b464b22ddd2eb9b32c2b7adba673d90d Mon Sep 17 00:00:00 2001 From: Detlef Riekenberg Date: Tue, 9 Oct 2012 16:50:43 +0200 Subject: [PATCH] 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 --- configure.ac | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index bd3bc0d..8f37800 100644 --- a/configure.ac +++ b/configure.ac @@ -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