diff options
author | James Cloos <cloos@jhcloos.com> | 2008-08-20 10:32:49 -0400 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2008-08-20 10:32:49 -0400 |
commit | 24c03bd379eb02abb5cfd88ce51a3a6714112d2f (patch) | |
tree | 04ad88a82348a6f4d2ca7a0ffb2e4445d9b95078 /configure.ac | |
parent | 600b0945d6b6718fb670b8f0ded2a6d3995ef596 (diff) |
xaw8 is gone, use xaw7
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a13ead8..3593007 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AM_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_INSTALL -XAW_CHECK_XPRINT_SUPPORT(VIEWRES) +PKG_CHECK_MODULES(VIEWRES, xaw7) AC_SUBST(VIEWRES_CFLAGS) AC_SUBST(VIEWRES_LIBS) |