summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2008-08-20 10:32:52 -0400
committerJames Cloos <cloos@jhcloos.com>2008-08-20 10:32:52 -0400
commit56ff9e213249bbdc0ecd3b5e7e4cffee60f46ef4 (patch)
treec4bf7414223ad5697781f9a0242285a530ef8d91
parenta85334f153e05119f237ff412a2ff15dce95878d (diff)
xaw8 is gone, use xaw7
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c07e54c..b67765c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ AM_PROG_CC_C_O
AC_PROG_INSTALL
# Checks for pkg-config packages
-XAW_CHECK_XPRINT_SUPPORT(XMORE)
+PKG_CHECK_MODULES(XMORE, xaw7)
if test "x$xaw_use_xprint" = "xyes" ; then
PKG_CHECK_MODULES(XPRINT_UTIL, xprintutil xp)