diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-31 11:43:28 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-31 11:43:28 -0700 |
commit | 86071577ed5f809b7b415b5a706dbd5d84de277c (patch) | |
tree | 28b1c767cb1ed2f73397e90a5f07419ab1a3c8da | |
parent | 108950ed5f2c3774e8ebdb2bb2fe74ff071c56ef (diff) |
config: Remove unnecessary calls from configure.ac
AC_PROG_CC & AC_PROG_INSTALL are 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>
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index c6ac835..58eab00 100644 --- a/configure.ac +++ b/configure.ac @@ -34,13 +34,7 @@ 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(APPRES, x11 xt) -AC_SUBST(APPRES_CFLAGS) -AC_SUBST(APPRES_LIBS) AC_OUTPUT([Makefile]) |