xf86-video-intel: configure.ac

Eric Anholt anholt at kemper.freedesktop.org
Wed Dec 3 22:04:27 PST 2008


 configure.ac |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit b156b3165e1aae5df0353737d0335ac2e653f5fd
Author: Julien Cristau <jcristau at debian.org>
Date:   Wed Dec 3 04:35:38 2008 +0100

    Don't unconditionally define DRI2
    
    xorg-server.h will define it if the server has dri2 support.

diff --git a/configure.ac b/configure.ac
index 3d5b084..19ee75c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -257,8 +257,6 @@ if test "$XVMC" = yes; then
     	AC_SUBST([XVMCLIB_CFLAGS])
 fi
 
-AC_DEFINE(DRI2, 1,[Enable DRI2 code])
-
 AC_SUBST([DRI_CFLAGS])
 AC_SUBST([XORG_CFLAGS])
 AC_SUBST([WARN_CFLAGS])


More information about the xorg-commit mailing list