summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2008-08-20 10:32:50 -0400
committerJames Cloos <cloos@jhcloos.com>2008-08-20 10:32:50 -0400
commita73267ed9bca410a83fd2a9ff3bcc0b659804295 (patch)
treee34ba9e4ef78c6b00f986bc8d9d123adc3a01b39
parent698cffe8f81447969cf5bab75fff41c0e24d0939 (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 fb19f3a..bc31a5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AC_CHECK_FUNC([mkstemp],
AC_DEFINE(HAS_MKSTEMP,1,[Define to 1 if you have the `mkstemp' function.]))
# Checks for pkg-config packages
-XAW_CHECK_XPRINT_SUPPORT(XDITVIEW)
+PKG_CHECK_MODULES(XDITVIEW, xaw7)
AC_SUBST(XDITVIEW_CFLAGS)
AC_SUBST(XDITVIEW_LIBS)