From a046d1d6bccbbca9843bdaf4809f2addcaa010c5 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan.olivier@wanadoo.fr> Date: Fri, 17 Jun 2005 18:33:25 +0000 Subject: [PATCH] Fix xrandr support not being compiled in. (Old svn revision: 16015) --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index bdf994087..249ce5c08 100644 --- a/configure.ac +++ b/configure.ac @@ -100,6 +100,7 @@ if test x"$enable_randr" = x"yes"; then [#include <X11/Xlib.h>])],, $LIBS $LIBX11_LDFLAGS $LIBX11_LIBS -lXrender -lXext) CFLAGS="$ac_CFLAGS" + AC_DEFINE([HAVE_RANDR], [1], [Define to enable xrandr]) fi fi AC_SUBST([RANDR_LIBS]) -- GitLab