diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 12:41:18 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 12:41:22 -0700 |
commit | 9aa7a02bafe1a56837484c0122cb96f86b08c20e (patch) | |
tree | d107a5238e10c126d69600510e9e0b7cd8d110a9 | |
parent | bc60bafbf6ec232bd006e38312c200900cc63034 (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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 7684bc3..9a894b8 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 - # Obtain compiler/linker options from depedencies PKG_CHECK_MODULES(EDITRES, xaw7 x11 xt xmu) |