summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 20:40:35 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 20:40:35 -0700
commitaeecae39e02786202e7a2567b8a73f12a1b0bc55 (patch)
treeaf879e582eafdedcf19f3aff367849837102aae3
parent63777386ce5be4f7f66ed36f5972cfc9238a6f90 (diff)
config: Remove unnecessary calls from configure.ac
AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index caf1adc..1494f92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,8 +32,6 @@ XORG_MACROS_VERSION(1.8)
AM_CONFIG_HEADER(config.h)
-AC_PROG_CC
-AC_PROG_INSTALL
AC_PROG_YACC
AC_PATH_PROG([YACC_INST], $YACC)
AC_CHECK_FILE([$srcdir/cfgparse.c], [],
@@ -43,7 +41,5 @@ XORG_DEFAULT_OPTIONS
# Checks for pkg-config packages
PKG_CHECK_MODULES(XKBEVD, xkbfile x11)
-AC_SUBST(XKBEVD_CFLAGS)
-AC_SUBST(XKBEVD_LIBS)
AC_OUTPUT([Makefile])