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
commit82c17cd232a016f0c552f38453774abfb0bf17fe (patch)
treeed4e451282684b618acb6adb452db0bbe67403bf
parent332e17ae6ebec0dbb7c13d63dd4758cb2979bcdc (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 e34e9fe..dafd9f8 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(EDITRES, x11 xt xmu)