On Nov 14, 2005, at 7:41 AM, Christian Marillat wrote:
Has this been submitted to CVS yet ?

No, because I don't have write access.

 AC_CHECK_LIB(Xrandr, XRRUpdateConfiguration,
-       [AC_CHECK_HEADER(X11/extensions/Xrandr.h,
-         [AC_DEFINE(HAVE_RANDR, 1, Have the Xrandr extension library)],
-         :, [#include <X11/Xlib.h>])], : ,
-         $X_LIBS -lXrandr -lXrender -lX11)
+            [XRANDR_LIBS="-lXrandr"
+             AC_CHECK_HEADERS(X11/extensions/Xrandr.h)],
+            [],[$X_LIBS -lX11 -lXext])

that change is already in cvs, unless the patch is reversed? Here's the link:

http://cvs.gnome.org/viewcvs/sawfish/configure.in?r1=1.136&r2=1.137

        John


Reply via email to