summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-05 09:05:17 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-05 09:05:22 -0800
commitc5378d3e7bb79880b9ea6f7f055393ae42eae55f (patch)
tree45473f43d642f35623d103eb5000ef7453781f68
parent3db923e80852b088b1d0583bad7fca05e173efdc (diff)
downloadxorg-util-makedepend-c5378d3e7bb79880b9ea6f7f055393ae42eae55f.tar.gz
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
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a564ecb..11f0457 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,6 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.8)
dnl Checks for programs.
-AC_PROG_CC
XORG_DEFAULT_OPTIONS
XORG_WITH_LINT
@@ -33,6 +32,5 @@ AC_SYS_LARGEFILE
dnl Check for pkg-config packages
PKG_CHECK_MODULES(X, [xproto])
-AC_SUBST(X_CFLAGS)
AC_OUTPUT([Makefile])