Don't unconditionally define DRI2

xorg-server.h will define it if the server has dri2 support.
This commit is contained in:
Julien Cristau 2008-12-03 04:35:38 +01:00 committed by Eric Anholt
parent 8d7cbab267
commit b156b3165e
1 changed files with 0 additions and 2 deletions

View File

@ -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])