[PATCH] Remove MGADRI_DEVEL configure option

Ian Romanick idr at freedesktop.org
Wed Feb 1 09:57:23 PST 2012


From: Ian Romanick <ian.d.romanick at intel.com>

This option, and XF86DRI_DEVEL before it, haven't been used in years.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
---
 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 840ff3c..23fbc9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,7 +101,6 @@ AM_CONDITIONAL(DRI, test "x$DRI" = xyes)
 if test "x$DRI" = xyes; then
         PKG_CHECK_MODULES(DRI, [libdrm >= 2.0 xf86driproto])
         AC_DEFINE(MGADRI,1,[Enable DRI driver support])
-        AC_DEFINE(MGADRI_DEVEL,1,[Enable developmental DRI driver support])
 fi
 
 save_CFLAGS="$CFLAGS"
-- 
1.7.6.4



More information about the xorg-devel mailing list