summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 11:53:28 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 11:53:32 -0700
commitca6412a29ec5b7b646b8a48bac940af2762ed54d (patch)
treecd0f3448105fc23489322bfc90d6da5bcd143997
parent3a3003dcd0737c721e8f35953a5871a50209b5d4 (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 f571db3..c53b40c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,9 +36,6 @@ AM_CONFIG_HEADER(config.h)
AC_USE_SYSTEM_EXTENSIONS
-AC_PROG_CC
-AC_PROG_INSTALL
-
XORG_DEFAULT_OPTIONS
AC_CHECK_FUNCS([strlcat])