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 | a73267ed9bca410a83fd2a9ff3bcc0b659804295 (patch) | |
tree | e34ba9e4ef78c6b00f986bc8d9d123adc3a01b39 | |
parent | 698cffe8f81447969cf5bab75fff41c0e24d0939 (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 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) |