summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-12-03 04:35:38 +0100
committerEric Anholt <eric@anholt.net>2008-12-03 22:04:16 -0800
commitb156b3165e1aae5df0353737d0335ac2e653f5fd (patch)
tree1487cf025c3951850a28602e887282f40c54e9d9
parent8d7cbab267e8fbcb2fcf90b18346b60607277266 (diff)
Don't unconditionally define DRI2
xorg-server.h will define it if the server has dri2 support.
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3d5b0845..19ee75c3 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])