r17193 - gnucash/trunk - GOffice >= 0.5 requires GtkHTML >= 3.14

Derek Atkins warlord at cvs.gnucash.org
Sat Jun 7 14:38:15 EDT 2008


Author: warlord
Date: 2008-06-07 14:38:15 -0400 (Sat, 07 Jun 2008)
New Revision: 17193
Trac: http://svn.gnucash.org/trac/changeset/17193

Modified:
   gnucash/trunk/configure.in
Log:
GOffice >= 0.5 requires GtkHTML >= 3.14
Make sure that happens or the build will fail.

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2008-06-07 15:38:38 UTC (rev 17192)
+++ gnucash/trunk/configure.in	2008-06-07 18:38:15 UTC (rev 17193)
@@ -1162,6 +1162,11 @@
     ], [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



More information about the gnucash-changes mailing list