diff options
author | James Cloos <cloos@jhcloos.com> | 2008-08-20 10:32:50 -0400 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2008-08-20 10:32:50 -0400 |
commit | 4fbd4bfcca12a91dacb25fb08a6a3b07822b5845 (patch) | |
tree | 691da70361176bc66e4c93440f33aedf6edc0daf | |
parent | b73d0c91d32bf0aa60aa5ce2bbbd4468ce21a445 (diff) |
xaw8 is gone, use xaw7
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 329c8e8..74f38fb 100644 --- a/configure.ac +++ b/configure.ac @@ -305,7 +305,7 @@ AC_SUBST(XDM_PIXMAPDIR) # Packages used by multiple programs -XAW_CHECK_XPRINT_SUPPORT(XDM_PRINT) +PKG_CHECK_MODULES(XDM_PRINT, xaw7) PKG_CHECK_MODULES(DMCP, xdmcp) PKG_CHECK_MODULES(XLIB, x11) PKG_CHECK_MODULES(AUTH, xau) |