summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-31 12:05:38 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-31 12:05:42 -0700
commit5f5d8495455e806ea66f021f49efb1fa3d3f5221 (patch)
tree52a64c2caaee104f77e2a5c093552705f94d8f9c
parent070c9d45cc0678708d5766804d0c529bc6f8bee3 (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 c9e1ab2..589a71c 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
-
PKG_CHECK_MODULES(XBIFF, xaw7 xmu xbitmaps xext x11)
AC_OUTPUT([Makefile])