summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 20:06:19 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 20:06:19 -0700
commit6932cb0e96de5e17fb637794575a9b89b65db276 (patch)
treebc88f2073853b977c6421fc2065e31bcedb5cc66
parentb9263245f854ef292ce2e60a324ba1d056c3222d (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 fb7037b..29879a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,14 +34,8 @@ XORG_DEFAULT_OPTIONS
AM_CONFIG_HEADER(config.h)
-AC_PROG_CC
-AC_PROG_INSTALL
-
-
# Checks for pkg-config packages
PKG_CHECK_MODULES(XDPYINFO, xext x11 xtst)
-AC_SUBST(XDPYINFO_CFLAGS)
-AC_SUBST(XDPYINFO_LIBS)
# This is used below to allow <X11/Xlib.h> to be found
PKG_CHECK_MODULES(DPY_X11, x11)