diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 12:47:25 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 12:47:25 -0700 |
commit | ccd2fecaa7a8f32cef6c5c1620a23e09aa50b1f5 (patch) | |
tree | 2d89cfa4e3e87956e6e1abecf1bad9c34f56359d | |
parent | 52a0ed576354ba1de736904af1a6b17981b0090e (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 6058933..72646fb 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(FSLSFONTS, xproto libfs) -AC_SUBST(FSLSFONTS_CFLAGS) -AC_SUBST(FSLSFONTS_LIBS) - AC_OUTPUT([Makefile]) |