xf86-video-intel: 2 commits - configure.ac

Chris Wilson ickle at kemper.freedesktop.org
Fri Jun 25 05:35:08 PDT 2010


 configure.ac |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 2306e675c48bc00a8ca1f4545bb88c97d6ef4fa6
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri Jun 25 13:32:02 2010 +0100

    configure: Remove check for unused function, mprotect
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/configure.ac b/configure.ac
index 510659d..9cf79d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,6 @@ AM_CONDITIONAL(HAVE_GEN4ASM, test x$gen4asm = xyes)
 
 AC_HEADER_STDC
 AC_CHECK_HEADERS(sys/mman.h)
-AC_CHECK_FUNCS(mprotect)
 
 AH_TOP([#include "xorg-server.h"])
 
commit 6695296ca28da7c4f551b0e80a8d06b557d59a5e
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri Jun 25 13:31:11 2010 +0100

    configure: Remove unused checks for xext
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/configure.ac b/configure.ac
index 9e88d21..510659d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,10 +86,6 @@ XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
 PKG_CHECK_MODULES(XORG, [xorg-server >= 1.6 xproto fontsproto $REQUIRED_MODULES])
 PKG_CHECK_MODULES(DRM, [libdrm >= 2.4.21])
 PKG_CHECK_MODULES(PCIACCESS, [pciaccess >= 0.10])
-PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1],
-                  HAVE_XEXTPROTO_71="yes"; AC_DEFINE(HAVE_XEXTPROTO_71, 1, [xextproto 7.1 available]),
-                  HAVE_XEXTPROTO_71="no")
-AM_CONDITIONAL(HAVE_XEXTPROTO_71, [ test "$HAVE_XEXTPROTO_71" = "yes" ])
 
 sdkdir=`$PKG_CONFIG --variable=sdkdir xorg-server`
 


More information about the xorg-commit mailing list