summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-05 16:58:25 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-05 16:58:25 -0800
commit6b8537579db562937af77ca5a4b0e19893a7bbee (patch)
tree32d5e603bf4e5dc5f52e7b1c13cfa558cf6aeb1d
parentf15a69148c2ed5cf1717a0ad942ecdfcf037104d (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.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 52a1b7f..baf6ed1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,12 +33,7 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS
-AC_PROG_CC
-AC_PROG_INSTALL
-
# Checks for pkg-config packages
PKG_CHECK_MODULES(XKBPRINT, xkbfile x11)
-AC_SUBST(XKBPRINT_CFLAGS)
-AC_SUBST(XKBPRINT_LIBS)
AC_OUTPUT([Makefile])