summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 12:32:16 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 12:32:23 -0700
commit79f574fa4853de51457215b28a2a8baa3ee4477d (patch)
tree05f8e8f92b79faae8820e670f3fc1a8e375d4537
parent682b0ae2c4b2125feb89eff48f86cfd6a7f01370 (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.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8e32a6f..274e7c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,8 +35,6 @@ m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.8)
-AC_PROG_CC
-AC_PROG_INSTALL
XORG_PROG_RAWCPP
XORG_DEFAULT_OPTIONS