mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 18:30:23 -06:00
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:
parent
e7bb4ac09f
commit
f3407d3283
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user