diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-11-19 Alan Coopersmith <alan.coopersmith@sun.com> + + * configure.ac: + Add dependency on xp module when building with Xprint support. + 2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: diff --git a/configure.ac b/configure.ac index 9f44345..fb7e04c 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AC_PROG_RANLIB # Checks for pkg-config packages XAW_CHECK_XPRINT_SUPPORT(XEDIT) if test "x$xaw_use_xprint" = "xyes" ; then - PKG_CHECK_MODULES(XPRINT_UTIL, xprintutil) + PKG_CHECK_MODULES(XPRINT_UTIL, xprintutil xp) XEDIT_CFLAGS="$XEDIT_CFLAGS $XPRINT_UTIL_CFLAGS" XEDIT_LIBS="$XEDIT_LIBS $XPRINT_UTIL_LIBS" |