summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-24 08:12:50 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-24 08:12:55 -0700
commitb7d9388a51cc90d4ed72aa6fc28c3673c15d3a18 (patch)
treeb51b9f97c7c019aca7bd068b726fbb91af1511f0
parent81aec653b14836ca0588166fb826171fb118adca (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 5890050..1ca8766 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
-
# Base set of required pkg-config packages
XLOGO_DEPS="sm xaw7 xmu xt xext x11"