diff options
author | James Cloos <cloos@jhcloos.com> | 2008-08-20 10:32:48 -0400 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2008-08-20 10:32:48 -0400 |
commit | 7527b67979d61609bff5bc8c54d2b11874a7bbfa (patch) | |
tree | 1cb4b1a45b7a0e71b66705a545e59ad56fd90fe4 | |
parent | 3dc6744ae0332efc9c4a621401c1257e4d4c3c6d (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 197b34b..0ccad46 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,7 @@ AC_SUBST(ATOBM_CFLAGS) AC_SUBST(ATOBM_LIBS) # bitmap checks for packages -XAW_CHECK_XPRINT_SUPPORT(BITMAP) +PKG_CHECK_MODULES(BITMAP, xaw7) PKG_CHECK_MODULES(XBITMAPS, xbitmaps) BITMAP_CFLAGS="$BITMAP_CFLAGS $XBITMAPS_CFLAGS" |