diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-09-20 19:36:53 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-09-20 19:36:53 +0000 |
commit | 85d5126f26e86dbf5a500cadac132ca41c1f0895 (patch) | |
tree | e0c8e31237aa18126785ff62259f608501ec4d38 /app/xload | |
parent | dcf55627cf6e98ded55699740f07bdc2e8bf76ff (diff) |
Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from
xorg-macros. While here fix list of dependencies.
Diffstat (limited to 'app/xload')
-rw-r--r-- | app/xload/configure.ac | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app/xload/configure.ac b/app/xload/configure.ac index c87930419..940c83f82 100644 --- a/app/xload/configure.ac +++ b/app/xload/configure.ac @@ -22,7 +22,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(xload,[1.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xload) +AC_INIT(xload,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xload) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE @@ -37,10 +37,7 @@ AC_PROG_INSTALL AC_CHECK_LIB([kstat], [kstat_open]) # Checks for pkg-config packages -XAW_CHECK_XPRINT_SUPPORT(XLOAD) - -AC_SUBST(XLOAD_CFLAGS) -AC_SUBST(XLOAD_LIBS) +PKG_CHECK_MODULES(XLOAD, xaw7 xmu xt x11) PKG_CHECK_MODULES(APPDEFS, xt) appdefaultdir=$(pkg-config --variable=appdefaultdir xt) |