summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-28 12:24:30 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-28 12:24:30 -0700
commit28f4666ad88ab736f52c1cb16674226f14bc2a15 (patch)
tree4266554857a2d84560b2c76b5596513eb3f1cdf7
parent1ab19053c75b44be9c49700b1190dd5d8da152ce (diff)
downloadxorg-lib-libXmu-28f4666ad88ab736f52c1cb16674226f14bc2a15.tar.gz
Remove unnecessary calls from configure.ac
AC_PROG_CC is handled by XORG_DEFAULT_OPTIONS AC_SUBST of *_LIBS & *_CFLAGS are handled by PKG_CHECK_MODULES Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 5ed4864..c75a452 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,16 +30,10 @@ AM_CONFIG_HEADER([config.h])
# Checks for programs.
AC_PROG_LIBTOOL
-AC_PROG_CC
# Checks for pkg-config packages
PKG_CHECK_MODULES(XMU, xt xext x11 xextproto)
-AC_SUBST(XMU_CFLAGS)
-AC_SUBST(XMU_LIBS)
-
PKG_CHECK_MODULES(XMUU, x11)
-AC_SUBST(XMUU_CFLAGS)
-AC_SUBST(XMUU_LIBS)
# CvtStdSel.c needs to know which network transports to build hostname
# conversion routines for