summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 10:04:24 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 10:04:24 -0700
commit3aab2f2e43ba5f9afbf7d20d54b70150ca6773a1 (patch)
tree6d504019810ce6b7813acb5de66c6b05558b1fb8
parent98a594c61ed407facfefc430715df09d5ccc8c6c (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.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 8f30175..0f0c7d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,13 +34,7 @@ XORG_DEFAULT_OPTIONS
AM_CONFIG_HEADER(config.h)
-AC_PROG_CC
-AC_PROG_INSTALL
-
-
# Checks for pkg-config packages
PKG_CHECK_MODULES(XRANDR, xrandr >= 1.2.0 x11)
-AC_SUBST(XRANDR_CFLAGS)
-AC_SUBST(XRANDR_LIBS)
AC_OUTPUT([Makefile])