diff options
author | Havoc Pennington <hp@pobox.com> | 2002-12-19 20:20:59 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-12-19 20:20:59 +0000 |
commit | 1ece2074001e33583cf66450d97dde15dd8b1277 (patch) | |
tree | 396fa98fc0cebc6c8658fc85d4564574b666daef /configure.in | |
parent | 91641c2cf324b03da9e15cfbf13ebf90a318ddb3 (diff) | |
download | metacity-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.in | 11 |
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, |