summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-22 20:32:16 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-22 20:32:16 -0700
commite20e3d90bbd535454573fb41f430d7ca449e432d (patch)
treee14345c10cb2b43fa80e228f7cfce3a8646ed8fe
parent0aca4de2b5fc69f3ad36e00c020f916de44023b7 (diff)
config: Remove AC_PROG_CC & AC_PROG_INSTALL that XORG_DEFAULT_OPTIONS provide
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 67f6aea..e07cc5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,9 +33,6 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
-AC_PROG_CC
-AC_PROG_INSTALL
-
PKG_CHECK_MODULES(RGB, xproto)
AC_MSG_CHECKING([for rgb database location])