make Xrandr check less noisy

2002-10-19  Jeremy Katz  <katzj@redhat.com>

       * configure.in: make Xrandr check less noisy
This commit is contained in:
Jeremy Katz 2002-10-19 16:18:00 +00:00 committed by Jeremy Katz
parent 70b6a57003
commit c1a88f5457
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-10-19 Jeremy Katz <katzj@redhat.com>
* configure.in: make Xrandr check less noisy
2002-10-18 Havoc Pennington <hp@redhat.com>
* src/effects.c (meta_effects_draw_box_animation): call

View File

@ -164,7 +164,8 @@ RANDR_LIBS=
found_randr=false
AC_CHECK_LIB(Xrandr, XRRUpdateConfiguration,
[AC_CHECK_HEADERS(X11/extensions/Xrandr.h,
RANDR_LIBS=-lXrandr found_randr=true)],
RANDR_LIBS=-lXrandr, found_randr=true,
[#include <X11/Xlib.h>])],
, -lXrender $ALL_X_LIBS)
if test "$found_randr" = "true"; then