summaryrefslogtreecommitdiff
path: root/app/xconsole/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-09-20 19:26:56 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-09-20 19:26:56 +0000
commit1a491dd8328360dc769dfb9bff8b8538e6cc7bd5 (patch)
tree5b239f03b5f51ae9b18e69334a105e2845f256f0 /app/xconsole/configure.ac
parentd25e228d3e3efc223bebedff2f0469abf5cd7a1c (diff)
Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from
xorg-macros. While here fix list of dependencies. Problem noticed by Dave Del Debbio. Thanks.
Diffstat (limited to 'app/xconsole/configure.ac')
-rw-r--r--app/xconsole/configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/xconsole/configure.ac b/app/xconsole/configure.ac
index 301e513be..ee3776844 100644
--- a/app/xconsole/configure.ac
+++ b/app/xconsole/configure.ac
@@ -32,9 +32,7 @@ AC_PROG_CC
AC_PROG_INSTALL
# Checks for pkg-config packages
-XAW_CHECK_XPRINT_SUPPORT(XCONSOLE)
-AC_SUBST(XCONSOLE_CFLAGS)
-AC_SUBST(XCONSOLE_LIBS)
+PKG_CHECK_MODULES(XCONSOLE, xaw7 xmu xt x11)
PKG_CHECK_MODULES(APPDEFS, xt)
appdefaultdir=$(pkg-config --variable=appdefaultdir xt)