diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-12-05 01:21:06 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-12-05 01:21:06 -0800 |
commit | 14145f3e87a039640cd8bdb2e2f4f30ca9b2a710 (patch) | |
tree | c2d9ac38c61e5ace1f43d70ee752cc8ce79e1bd9 | |
parent | a73b8f06b95216083c8335fad45dd0de7f44a529 (diff) |
config: AC_PROG_CC is provided by XORG_DEFAULT_OPTIONS now
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 82b2699..ed295e0 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,6 @@ XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS # Check for progs -AC_PROG_CC AC_PROG_LIBTOOL AM_PROG_CC_C_O |