summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 20:49:06 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 20:49:13 -0700
commit9a17373f8d3181b8dc2e86d9cadc04cd97f7b5e5 (patch)
treec110f85cd074a788783b00fdbacab236af542b27 /configure.ac
parent2e1374266ef546a77218ec9bc00e12de142d888a (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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 75718c2..253e2f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,9 +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"])
AC_MSG_CHECKING([where to install localized messages])