diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-21 11:17:25 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-21 11:17:29 -0800 |
commit | b8ef6cea0ccae4d88a9cb91cd836188ae781cda8 (patch) | |
tree | 2507ee72ef52c9e371c573003a0479710fa2f5ac | |
parent | 15dc32dd7b57315f9e319f3e346ba28a1e69c646 (diff) |
config: Remove unnecessary calls from configure.ac
AC_PROG_CC 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 54aabdb..a954dfa 100644 --- a/configure.ac +++ b/configure.ac @@ -26,16 +26,10 @@ AM_CONFIG_HEADER([config.h]) # Checks for programs. AC_PROG_LIBTOOL -AC_PROG_CC # Checks for pkg-config packages PKG_CHECK_MODULES(SM, [ice >= 1.0.5] xproto) -AC_SUBST(SM_CFLAGS) -AC_SUBST(SM_LIBS) - PKG_CHECK_MODULES(XTRANS, xtrans) -AC_SUBST(XTRANS_CFLAGS) -AC_SUBST(XTRANS_LIBS) # Checks for libraries. |