summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 17:20:18 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 17:20:28 -0700
commitd41f3ae0b0e383ba2e622e3dd9999d3c09f90091 (patch)
treebd210c40040f023496e3914a384baa24a7b3f87a
parent9475bf19a6544f522357f59bd1b04ec7685e3eb8 (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.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index f0338b1..d10cebb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,16 +34,11 @@ XORG_DEFAULT_OPTIONS
AM_CONFIG_HEADER(config.h)
-AC_PROG_CC
-AC_PROG_INSTALL
-
-
AC_CHECK_FUNCS([nanosleep poll select])
# Checks for pkg-config packages
PKG_CHECK_MODULES(XMAG, xaw7 xmu xt x11)
-PKG_CHECK_MODULES(APPDEFS, xt)
xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt`
AC_ARG_WITH(appdefaultdir,
AC_HELP_STRING([--with-appdefaultdir=<pathname>],