diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-09 17:11:42 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-09 17:11:47 -0800 |
commit | edeb291f81424ec04798618379ad252c122377ec (patch) | |
tree | ed973a6b20d635ba1c4b5aa7613690dc4a128186 /configure.ac | |
parent | 5b4a8121b1cb2c0dc643460ee7c9363dc0d83a38 (diff) |
config: AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index e71a86a..1f6f020 100644 --- a/configure.ac +++ b/configure.ac @@ -32,10 +32,6 @@ XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) -AC_PROG_CC -AC_PROG_INSTALL - - # Checks for system functions AC_CHECK_FUNCS([usleep]) |