diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-24 08:12:50 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-24 08:12:55 -0700 |
commit | b7d9388a51cc90d4ed72aa6fc28c3673c15d3a18 (patch) | |
tree | b51b9f97c7c019aca7bd068b726fbb91af1511f0 | |
parent | 81aec653b14836ca0588166fb826171fb118adca (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 5890050..1ca8766 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 - # Base set of required pkg-config packages XLOGO_DEPS="sm xaw7 xmu xt xext x11" |