diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-08-13 21:09:26 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-08-13 21:09:34 -0700 |
commit | be233b8d31026dc7554ff0c8628df3c5ba4f1b90 (patch) | |
tree | 598ed87ef05f8a225d1658fc8a2c14d78cff2155 | |
parent | 57791c8b2192afdf1e4ef335509baec654bffcf0 (diff) |
Let XORG_DEFAULT_OPTIONS handle AC_PROG_CC & AC_PROG_INSTALL
Don't need to duplicate calls to them (potentially overriding
the c99 settings from the xorg-macros calls)
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 6a1fa7c..6798b0c 100644 --- a/configure.ac +++ b/configure.ac @@ -35,9 +35,6 @@ XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) -AC_PROG_INSTALL -AC_PROG_CC - # Avoid stat() failures if a file has a size that doesn't fit in 32-bits AC_SYS_LARGEFILE |