summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 12:41:18 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 12:41:22 -0700
commit9aa7a02bafe1a56837484c0122cb96f86b08c20e (patch)
treed107a5238e10c126d69600510e9e0b7cd8d110a9
parentbc60bafbf6ec232bd006e38312c200900cc63034 (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.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7684bc3..9a894b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,9 +34,6 @@ XORG_DEFAULT_OPTIONS
AM_CONFIG_HEADER(config.h)
-AC_PROG_CC
-AC_PROG_INSTALL
-
# Obtain compiler/linker options from depedencies
PKG_CHECK_MODULES(EDITRES, xaw7 x11 xt xmu)