summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 19:28:30 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 19:28:37 -0700
commit7507dea14fdc259d50dd1e2693d4f3cd5235eeb4 (patch)
treeb60aef02a341eac193063df09d05c55cdc17c7e1
parent49bc4d3002ede196319bfc2829dda169c706e300 (diff)
config: Remove unnecessary calls from configure.ac
AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index a72ced4..b2536d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,10 +34,6 @@ XORG_DEFAULT_OPTIONS
AM_CONFIG_HEADER(config.h)
-AC_PROG_CC
-AC_PROG_INSTALL
-
-
# Checks for pkg-config packages
PKG_CHECK_MODULES(XCONSOLE, xaw7 xmu xt x11)