summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-24 09:23:51 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-24 09:23:51 -0700
commit050eb2ca576e11cf5781af38db1442f2c9dd2f56 (patch)
treecb95514a1095a647c1520e009c756f1cabdd67bc
parentca8d92fe63776474f3aa166bbedd9220ec560177 (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.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index beeb6ed..9b4d73d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,9 +35,6 @@ XORG_MACROS_VERSION(1.8)
AM_CONFIG_HEADER(config.h)
-AC_PROG_CC
-AC_PROG_INSTALL
-
# Check for functional strnlen
AC_USE_SYSTEM_EXTENSIONS
AC_FUNC_STRNLEN
@@ -49,7 +46,5 @@ XORG_DEFAULT_OPTIONS
# Checks for pkg-config packages
PKG_CHECK_MODULES(XLSCLIENTS, xcb xcb-atom)
-AC_SUBST(XLSCLIENTS_CFLAGS)
-AC_SUBST(XLSCLIENTS_LIBS)
AC_OUTPUT([Makefile])