summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-09 17:11:42 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-09 17:11:47 -0800
commitedeb291f81424ec04798618379ad252c122377ec (patch)
treeed973a6b20d635ba1c4b5aa7613690dc4a128186
parent5b4a8121b1cb2c0dc643460ee7c9363dc0d83a38 (diff)
config: AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS
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 e71a86a..1f6f020 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,10 +32,6 @@ XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
AM_CONFIG_HEADER(config.h)
-AC_PROG_CC
-AC_PROG_INSTALL
-
-
# Checks for system functions
AC_CHECK_FUNCS([usleep])