summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 15:15:07 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 15:15:07 -0700
commit6feac70d18949d787aa7b9aa7911c3dfd757fa94 (patch)
tree9599f036952b019f52af781c429afd2245bb0233
parent0f94067e5185bda3f9f56937ad777bf62fd46d18 (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.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 8c04a89..d9ce3cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,13 +34,7 @@ XORG_DEFAULT_OPTIONS
AM_CONFIG_HEADER(config.h)
-AC_PROG_CC
-AC_PROG_INSTALL
-
-
PKG_CHECK_MODULES(VIEWRES, xaw7 xmu xt)
-AC_SUBST(VIEWRES_CFLAGS)
-AC_SUBST(VIEWRES_LIBS)
xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt`
AC_ARG_WITH(appdefaultdir,