summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-01 18:14:35 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-01 18:14:35 -0700
commitf1dc039a28e15b20037fd0e3a359712cacf269c9 (patch)
tree1fb85cdfa77367f7b743704ba1d44b2313f6f15a
parent4efb36a101d94b678fc1996b035038a1e03d5165 (diff)
Xmu functions are called directly, so include it in PKG_CHECK_MODULES
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f37074b..f635261 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,9 +65,7 @@ AM_CONDITIONAL(USE_GETTEXT, test "x$USE_GETTEXT" = "xyes")
AC_CHECK_LIB([kstat], [kstat_open])
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XLOAD, xaw7)
-AC_SUBST(XLOAD_CFLAGS)
-AC_SUBST(XLOAD_LIBS)
+PKG_CHECK_MODULES(XLOAD, xaw7 xmu xt x11)
PKG_CHECK_MODULES(APPDEFS, xt)
xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt`