summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-20 19:45:42 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-20 19:45:45 -0800
commitd902a9f27369fc8388774e73f4bee6ab0ad86ef5 (patch)
treec0ee31626883e9d07acfc8dafd76512956866401 /configure.ac
parentfd56c4e00a564d6385ccb2f8fadf10de201ae411 (diff)
config: Remove unnecessary calls from configure.ac
AC_PROG_CC is 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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 172b885..bea8e72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,14 +26,10 @@ XORG_CHECK_SGML_DOCTOOLS(1.5)
# Checks for programs.
AC_PROG_LIBTOOL
-AC_PROG_CC
# Checks for pkg-config packages
PKG_CHECK_MODULES(ICE, xproto)
-
PKG_CHECK_MODULES(XTRANS, xtrans)
-AC_SUBST(XTRANS_CFLAGS)
-AC_SUBST(XTRANS_LIBS)
# Transport selection macro from xtrans.m4
XTRANS_CONNECTION_FLAGS