diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-01 17:59:02 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-01 17:59:02 -0700 |
commit | e50e3cab1eb5e50d8e0d4dfe52e2e39625bdff3c (patch) | |
tree | dd8dd0e4a8ea18eba2fdd010c123a92ea2a5d110 | |
parent | e3d6a121d1074422ea7296fdfe335eee3f42ad66 (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.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 58d8004..121d66c 100644 --- a/configure.ac +++ b/configure.ac @@ -38,9 +38,7 @@ AC_PROG_CC AC_PROG_INSTALL -PKG_CHECK_MODULES(XFONTSEL, xaw7) -AC_SUBST(XFONTSEL_CFLAGS) -AC_SUBST(XFONTSEL_LIBS) +PKG_CHECK_MODULES(XFONTSEL, xaw7 xmu xt x11) PKG_CHECK_MODULES(APPDEFS, xt) xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt` |