From b24dce8f95cbed1a91a989a783eb1fdd36335bf1 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 8 Nov 2010 23:34:03 -0800 Subject: 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 --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d98b698..d4c8ed5 100644 --- a/configure.ac +++ b/configure.ac @@ -34,21 +34,13 @@ 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(XEYES, x11 xt xext xmu) -AC_SUBST(XEYES_CFLAGS) -AC_SUBST(XEYES_LIBS) dnl Optional dependencies AC_ARG_WITH(xrender, AC_HELP_STRING([--with-xrender],[Use Xrender for rendering (Default is YES)]),use_xrender="$withval",use_xrender="try") if test x$use_xrender != xno ; then PKG_CHECK_MODULES(XRENDER, [xrender >= 0.4]) - XEYES_CFLAGS="$XEYES_CFLAGS $XRENDER_CFLAGS" - XEYES_LIBS="$XEYES_LIBS $XRENDER_LIBS" AC_DEFINE([XRENDER],1,[Define to use X Render Extension]) fi -- cgit v1.2.3