diff options
author | Eric Anholt <eric@anholt.net> | 2008-12-02 13:01:56 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-12-02 13:01:56 -0800 |
commit | 34d54db945c67a2fee0a38cc9eafc463b8413669 (patch) | |
tree | 1408f85699d7cfe826fff728024d9e7cc2e3798f /configure.ac | |
parent | f7540df184a75a749cabcfa2da8974d3d0714ea6 (diff) |
Remove DRI_MM defines which are always true now.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 41438ecd..67d51b79 100644 --- a/configure.ac +++ b/configure.ac @@ -230,10 +230,6 @@ if test "$DRI" = yes; then PKG_CHECK_MODULES(DRI, [xf86driproto glproto]) 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.4.0],[DRI_MM=yes], [DRI_MM=no]) - if test "x$DRI_MM" = xyes; then - AC_DEFINE(XF86DRI_MM,1,[Extended DRI memory management]) - fi if test "$have_damage_h" = yes; then AC_DEFINE(DAMAGE,1,[Use Damage extension]) fi |