diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-09-20 19:40:02 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-09-20 19:40:02 +0000 |
commit | 2b7704290bfd86dea48a1ee38c00b697dcaad435 (patch) | |
tree | f6036cb1698baae4888f38d60635d02a7b658fc1 /app/xsm/configure.ac | |
parent | 5ac15cc00e3a9b3ad254bd083de1a1a329027226 (diff) |
Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from
xorg-macros. While here fix list of dependencies.
Diffstat (limited to 'app/xsm/configure.ac')
-rw-r--r-- | app/xsm/configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/xsm/configure.ac b/app/xsm/configure.ac index 836ae570d..e20f47811 100644 --- a/app/xsm/configure.ac +++ b/app/xsm/configure.ac @@ -63,10 +63,7 @@ AC_CHECK_FUNC([putenv], [], AC_DEFINE(NOPUTENV,1,[Define to 1 if you DO NOT have the `putenv' function.])) # Checks for pkg-config packages -XAW_CHECK_XPRINT_SUPPORT(XSM) - -AC_SUBST(XSM_CFLAGS) -AC_SUBST(XSM_LIBS) +PKG_CHECK_MODULES(XSM, x11 xt ice sm xaw7) PKG_CHECK_MODULES(APPDEFS, xt) appdefaultdir=$(pkg-config --variable=appdefaultdir xt) |