diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 15:27:51 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 15:27:57 -0700 |
commit | 503b075a868e8f88eb9816a1ce859e75e7341ca9 (patch) | |
tree | 870c9bd3a918cec33518e371342462409a54a538 | |
parent | f3a39e6188f7ff4baec52d4bd2efc4f029b696c9 (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.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d428b8c..d471e4c 100644 --- a/configure.ac +++ b/configure.ac @@ -34,9 +34,7 @@ XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) -AC_PROG_CC AM_PROG_CC_C_O -AC_PROG_INSTALL AC_PROG_RANLIB PKG_PROG_PKG_CONFIG |