diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-26 17:14:59 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-26 17:15:03 -0700 |
commit | a63c2b401e23ca80b457d378259122b7940a3bab (patch) | |
tree | 73cb11b84bc42808fc6445740013465f4b85505b | |
parent | 5624d27b3b64410b7c66044853d775e9a0f4a33b (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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0b986db..c4a7741 100644 --- a/configure.ac +++ b/configure.ac @@ -35,8 +35,6 @@ XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) -AC_PROG_CC -AC_PROG_INSTALL # Internationalization & localization support AC_SEARCH_LIBS([gettext], [intl], [USE_GETTEXT="yes"], [USE_GETTEXT="no"]) |