summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2010-09-22 23:50:04 -0400
committerMatt Turner <mattst88@gmail.com>2010-09-23 00:31:18 -0400
commitff602c76781e27f191f4836b4f7eff5df5f7e54c (patch)
tree44d25d021d028c0568705f814f5113e2aba2a7e2
parent705ffc1776df2240f337dd896223b371c12bc19f (diff)
Don't check for unneeded proto headers.
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 450005b..640d20f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,9 +59,6 @@ AC_ARG_ENABLE(dri, AS_HELP_STRING([--disable-dri],
[DRI=auto])
# Store the list of server defined optional extensions in REQUIRED_MODULES
-XORG_DRIVER_CHECK_EXT(RANDR, randrproto)
-XORG_DRIVER_CHECK_EXT(RENDER, renderproto)
-XORG_DRIVER_CHECK_EXT(XV, videoproto)
XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
XORG_DRIVER_CHECK_EXT(XFreeXDGA, xf86dgaproto)