From: Ian Romanick <[email protected]> This option, and XF86DRI_DEVEL before it, haven't been used in years.
Signed-off-by: Ian Romanick <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
