diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-21 20:43:58 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-21 20:43:58 -0700 |
commit | c4b59fd280aa0f647f7f889122adf8b92b9e5cf8 (patch) | |
tree | 4390d95ab555863e8f8ec59d777319da2dac3c72 | |
parent | 4ed4ff8d692293995910da29e4d05ad9191105ea (diff) |
config: use AC_PROG_CC & AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
The existing statements can now be removed from the configuration file.
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 822dda7..91ab3cb 100644 --- a/configure.ac +++ b/configure.ac @@ -32,9 +32,6 @@ XORG_MACROS_VERSION(1.8) AM_CONFIG_HEADER(config.h) -AC_PROG_CC -AC_PROG_INSTALL - XORG_DEFAULT_OPTIONS AC_TYPE_SIGNAL |