summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-26 17:20:51 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-26 17:20:55 -0700
commit646dcaa531897aedf76a53c7b0017c90c849eb18 (patch)
tree9644e806ba32d0b4d54dfaf0dcca67e30d01de2c
parent6c77dc68321ca2149d95df90b97d741f8ff914a2 (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 c395a4f..0cef480 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
-
-
PKG_CHECK_MODULES(XFONTSEL, xaw7 xmu xt x11)
PKG_CHECK_MODULES(APPDEFS, xt)