diff options
author | James Cloos <cloos@jhcloos.com> | 2008-08-20 10:32:52 -0400 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2008-08-20 10:32:52 -0400 |
commit | 1c6e1c795774e80c8fac489671906be2a3d8641d (patch) | |
tree | 1f8987a1e674854ce1a024187f068a373aa5d072 | |
parent | 985f825a94723f9f4b876af790ce92634d1129af (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 e2cebc8..89a8cf5 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_PROG_CC AC_PROG_INSTALL # Checks for pkg-config packages -XAW_CHECK_XPRINT_SUPPORT(XMESSAGE) +PKG_CHECK_MODULES(XMESSAGE, xaw7) AC_SUBST(XMESSAGE_CFLAGS) AC_SUBST(XMESSAGE_LIBS) |