From 1ece2074001e33583cf66450d97dde15dd8b1277 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 19 Dec 2002 20:20:59 +0000 Subject: Reverted visual bell patch, #99886 2002-12-19 Havoc Pennington * Reverted visual bell patch, #99886 --- configure.in | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 885b544..0bb23f1 100644 --- a/configure.in +++ b/configure.in @@ -221,17 +221,6 @@ if test "x$found_shape" = "xyes"; then AC_DEFINE(HAVE_SHAPE, , [Have the shape extension library]) fi -found_xkb=no -AC_CHECK_LIB(X11, XkbQueryExtension, - [AC_CHECK_HEADER(X11/XKBlib.h, - found_xkb=yes)], - , $ALL_X_LIBS) - -if test "x$found_xkb" = "xyes"; then - AC_DEFINE(HAVE_XKB, , [Have keyboard extension library]) -fi - - RANDR_LIBS= found_randr=no AC_CHECK_LIB(Xrandr, XRRUpdateConfiguration, -- cgit v1.1