GOffice >= 0.5 requires GtkHTML >= 3.14

Make sure that happens or the build will fail.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17193 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2008-06-07 18:38:15 +00:00
parent e7bb4ac09f
commit f3407d3283

View File

@ -1162,6 +1162,11 @@ then
], [gtkhtml=0])
AM_CONDITIONAL(GTKHTML_USES_GTKPRINT,test "x$gtkhtml" = "x1")
# GOffice >= 0.5 requires GtkHTML >= 3.14
if test x$goffice_with_cairo = x1 -a x$gtkhtml = x0 ; then
AC_MSG_ERROR([Goffice uses Cairo/GtkPrint but didn't find GtkHTML with GtkPrint support])
fi
# fallback to older gtkhtml versions and gnomeprint
if test x$gtkhtml = x0
then