diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-01 17:51:53 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-01 17:51:53 -0700 |
commit | ee574a68128653e184389f66cfc5ca686f258455 (patch) | |
tree | aa030150b93cf2f71ea082b359844f0ed03db501 | |
parent | 1da695772d64d4919a91c085d96ce1bd528d048e (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 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index c05bbd2..81bb9eb 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ AC_PROG_INSTALL AC_PROG_RANLIB PKG_PROG_PKG_CONFIG -PKG_CHECK_MODULES(PKGDEPS, xaw7) +PKG_CHECK_MODULES(PKGDEPS, xaw7 xmu xt x11) AC_ARG_WITH(lispdir, AS_HELP_STRING([--with-lispdir=PATH], [Directory to install lisp files (default: $libdir/X11/xedit/lisp)]), @@ -56,9 +56,6 @@ AM_CONDITIONAL(NEED_STRCASECMP, test x$have_strcasecmp = xyes) AC_CHECK_FUNC(unsetenv, [], [have_unsetenv=yes]) AM_CONDITIONAL(NEED_UNSETENV, test x$have_unsetenv = xyes) -AC_SUBST(PKGDEPS_CFLAGS) -AC_SUBST(PKGDEPS_LIBS) - PKG_CHECK_MODULES(APPDEFS, xt) xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt` AC_ARG_WITH(appdefaultdir, |