summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-29 19:52:06 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-29 19:52:06 -0700
commit423c3438394aa762feb9038e54e061f1761be252 (patch)
tree1e0a9955993964e6153f3044a85b21ec63d09908
parent89573e80d65db01ff12426781394969857bad715 (diff)
Remove unnecessary calls from configure.ac
XORG_DEFAULT_OPTIONS calls AC_PROG_CC PKG_CHECK_MODULES calls AC_SUBST for CFLAGS and LIBS Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 6df164c..864a541 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,14 +33,10 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
-AC_PROG_CC
AC_PROG_INSTALL
-
# Checks for pkg-config packages
PKG_CHECK_MODULES(BDFTOPCF, xfont)
-AC_SUBST(BDFTOPCF_CFLAGS)
-AC_SUBST(BDFTOPCF_LIBS)
XORG_WITH_LINT