diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-05 09:05:17 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-05 09:05:22 -0800 |
commit | c5378d3e7bb79880b9ea6f7f055393ae42eae55f (patch) | |
tree | 45473f43d642f35623d103eb5000ef7453781f68 /configure.ac | |
parent | 3db923e80852b088b1d0583bad7fca05e173efdc (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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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]) |