xf86-video-intel: Branch 'modesetting' - configure.ac

Keith Packard keithp at kemper.freedesktop.org
Wed Jan 3 00:04:17 EET 2007


 configure.ac |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 2bb9bb951e664d704bdf7a808edbe8b2f50c4366 (from 5080307230d534b84090bfefc13ac437d53f915d)
Author: Keith Packard <keithp at neko.keithp.com>
Date:   Tue Jan 2 14:04:10 2007 -0800

    Typo disabled new DRI MM on all chips.
    
    Detection for new DRI MM wasn't converted to #define correctly because of a
    typo.

diff --git a/configure.ac b/configure.ac
index b295c5a..70ae807 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,7 +124,7 @@ if test "$DRI" = yes; then
         AC_DEFINE(XF86DRI,1,[Enable DRI driver support])
         AC_DEFINE(XF86DRI_DEVEL,1,[Enable developmental DRI driver support])
 	PKG_CHECK_MODULES(DRI_MM, [libdrm >= 2.2],[DRI_MM=yes], [DRI_MM=no])
-	if test "x$DRM_MM" = xyes; then
+	if test "x$DRI_MM" = xyes; then
 		AC_DEFINE(XF86DRI_MM,1,[Extended DRI memory management])
 	fi
 fi



More information about the xorg-commit mailing list