summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2008-08-20 10:32:48 -0400
committerJames Cloos <cloos@jhcloos.com>2008-08-20 10:32:48 -0400
commitc1adeeb234f9d47d1639f5223371ac99ac22d565 (patch)
tree5a5f839006a15b07e573a8cdab3a0d0b7ffdda0e
parent29479333c05afc85f85d988f61d8c4b6aef7446d (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 0b6517e..b1d47c3 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(XAW)
+PKG_CHECK_MODULES(XAW, xaw7)
# Checks for pkg-config packages
PKG_CHECK_MODULES(LISTRES, x11 xt xmu)