summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 20:12:00 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 20:12:00 -0700
commitab0e3e38f25d02c8f5cacd0b9b9e57bf61377cd6 (patch)
tree6fe40136f601a6963d4f24224552599132ad29a2
parenta4f73b5cc6b357911683907b1038b0deeaeab9a6 (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 8a0ffbb..b444fbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,14 +32,9 @@ m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.8)
-AC_PROG_CC
-AC_PROG_INSTALL
-
XORG_DEFAULT_OPTIONS
# Checks for pkg-config packages
PKG_CHECK_MODULES(XEV, x11)
-AC_SUBST(XEV_CFLAGS)
-AC_SUBST(XEV_LIBS)
AC_OUTPUT([Makefile])