summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-12-19 20:20:59 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-12-19 20:20:59 +0000
commit1ece2074001e33583cf66450d97dde15dd8b1277 (patch)
tree396fa98fc0cebc6c8658fc85d4564574b666daef /configure.in
parent91641c2cf324b03da9e15cfbf13ebf90a318ddb3 (diff)
downloadmetacity-1ece2074001e33583cf66450d97dde15dd8b1277.tar.gz
Reverted visual bell patch, #99886
2002-12-19 Havoc Pennington <hp@pobox.com> * Reverted visual bell patch, #99886
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.in b/configure.in
index 885b5445..0bb23f1c 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,