diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-01 17:46:28 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-01 17:46:28 -0700 |
commit | c61d64144df11490353c436d103976dd6949c2e2 (patch) | |
tree | bd7481432468ac8bc7d72b5c1f25e89be9c0aaba | |
parent | 8861f35c5199902638458d16267e455ac482eb1f (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 9c40033..cff2d4a 100644 --- a/configure.ac +++ b/configure.ac @@ -43,9 +43,7 @@ AC_CHECK_FUNC([mkstemp], AC_DEFINE(HAS_MKSTEMP,1,[Define to 1 if you have the "mkstemp" function.])) # Checks for pkg-config packages -PKG_CHECK_MODULES(XDITVIEW, xaw7) -AC_SUBST(XDITVIEW_CFLAGS) -AC_SUBST(XDITVIEW_LIBS) +PKG_CHECK_MODULES(XDITVIEW, xaw7 xmu xt x11) PKG_CHECK_MODULES(APPDEFS, xt) xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt` |