summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 13:09:38 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 13:09:38 -0700
commit4a3421c6cb3e8571c07156e6756fd3d537978b42 (patch)
treea609c902825d150d462a72c484c850698f39b700
parent1a36145e7a8d11b4d80688c942427cfc48c63272 (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.ac7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 974f713..7b2e105 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,14 +34,9 @@ XORG_DEFAULT_OPTIONS
AM_CONFIG_HEADER(config.h)
-AC_PROG_CC
-AC_PROG_INSTALL
-
-
# Checks for pkg-config packages
PKG_CHECK_MODULES(ICO, x11 >= 0.99.1)
-AC_SUBST(ICO_CFLAGS)
-AC_SUBST(ICO_LIBS)
+
XTHREADLIB=`$PKG_CONFIG --variable=xthreadlib x11`
AC_SUBST(XTHREADLIB)