summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-01 16:38:53 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-01 16:38:53 -0700
commit070c9d45cc0678708d5766804d0c529bc6f8bee3 (patch)
tree6e8f40e66c84d02c0910d7266119ef666508a6ec
parent3fb1f51edec3e4b599d8e8b42e8220bf526bc3b4 (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.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 147f8df..c9e1ab2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,9 +37,6 @@ AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_PROG_INSTALL
-PKG_CHECK_MODULES(XBIFF, xaw7 xbitmaps xext)
-
-AC_SUBST(XBIFF_CFLAGS)
-AC_SUBST(XBIFF_LIBS)
+PKG_CHECK_MODULES(XBIFF, xaw7 xmu xbitmaps xext x11)
AC_OUTPUT([Makefile])