summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-26 18:45:48 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-26 18:45:54 -0700
commitf6aacdb5143032a9e21b8bb09212fcf69c839a85 (patch)
tree20871319c9e12e62932c03efcd58f28c1d1d77c1
parentc7c7dda28b61d9b008a2fab3baf8ed02662a6dbf (diff)
Remove unnecessary calls from configure.ac
AM_PROG_CC is already covered by XORG_DEFAULT_OPTIONS AC_SUBST of CFLAGS & LIBS is taken care of by PKG_CHECK_MODULES Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index ad0b33c..ddc7bbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,19 +35,15 @@ XORG_DEFAULT_OPTIONS
AM_CONFIG_HEADER(config.h)
# Check for progs
-AC_PROG_CC
AC_PROG_LIBTOOL
# Check for dependencies
PKG_CHECK_MODULES(FS, xproto fontsproto)
-AC_SUBST(FS_CFLAGS)
-AC_SUBST(FS_LIBS)
+
#
# Split out so we don't include xtrans C flags in fs.pc
#
PKG_CHECK_MODULES(XTRANS, xtrans)
-AC_SUBST(XTRANS_CFLAGS)
-AC_SUBST(XTRANS_LIBS)
XTRANS_CONNECTION_FLAGS