diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 12:55:05 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 12:55:05 -0700 |
commit | 119b36c4591155c905f4776be41ecf660ecf78ef (patch) | |
tree | 92133cb41de09e2253f6901ae452d10fc63eb7c5 | |
parent | 049d4f1b9c2e1997693986d3c6cd5093e5553dbe (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 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 1780d40..7c3c61a 100644 --- a/configure.ac +++ b/configure.ac @@ -34,14 +34,7 @@ XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) -AC_PROG_CC -AC_PROG_INSTALL - - # Checks for pkg-config packages PKG_CHECK_MODULES(FSTOBDF, x11 libfs) -AC_SUBST(FSTOBDF_CFLAGS) -AC_SUBST(FSTOBDF_LIBS) - AC_OUTPUT([Makefile]) |