summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-01 16:17:56 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-01 16:17:56 -0700
commiteb5d2cb97c8c77ca625685c813ffc22795262358 (patch)
treee047f74684fa00f984abcf4747a98054da8ec934
parent3cdcd33384ae8a5885a38d932d3ad6f48e782c26 (diff)
viewres calls Xmu functions directly so include it in PKG_CHECK_MODULES
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3ba7e0d..e6b8446 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,11 +38,10 @@ AC_PROG_CC
AC_PROG_INSTALL
-PKG_CHECK_MODULES(VIEWRES, xaw7)
+PKG_CHECK_MODULES(VIEWRES, xaw7 xmu xt)
AC_SUBST(VIEWRES_CFLAGS)
AC_SUBST(VIEWRES_LIBS)
-PKG_CHECK_MODULES(APPDEFS, xt)
xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt`
AC_ARG_WITH(appdefaultdir,
AC_HELP_STRING([--with-appdefaultdir=<pathname>],