summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-11 23:16:54 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-11 23:16:54 -0800
commit7937866efbf022a37da40ab92eabb6ebc5a36554 (patch)
tree17521d986bf5227f5745794d3594f65b89cc3b67
parent5240bd2ec1bef2592de75dc6aabdfcc0d3402ec0 (diff)
downloadxorg-lib-libXp-7937866efbf022a37da40ab92eabb6ebc5a36554.tar.gz
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.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7e4b0b3..894f074 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,13 +40,10 @@ XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
# Check for progs
-AC_PROG_CC
AC_PROG_LIBTOOL
# Check for X and print proto
PKG_CHECK_MODULES(XPRINT, x11 xext xextproto xau printproto)
-AC_SUBST(XPRINT_CFLAGS)
-AC_SUBST(XPRINT_LIBS)
AC_CONFIG_FILES([Makefile
src/Makefile