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 | 44ca3b95b355af966044132fab8b5e1616aa7303 (patch) | |
tree | 438c521c40a4187ab921cb4a4a6e289f35c04191 | |
parent | f426787beaad60cee9c116613ddde540c310038a (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 759b342..dbd75ab 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_PROG_CC AC_PROG_INSTALL # Checks for pkg-config packages -XAW_CHECK_XPRINT_SUPPORT(XLOGO) +PKG_CHECK_MODULES(XLOGO, xaw7) if test "x$xaw_use_xprint" = "xyes" ; then PKG_CHECK_MODULES(XPRINT_UTIL, xprintutil xp) |