r17494 - gnucash/trunk - Bug #540148: Allow building against libgoffice-0.8, i.e. goffice >= v0.7.0.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Sep 6 13:20:53 EDT 2008


Author: andi5
Date: 2008-09-06 13:20:52 -0400 (Sat, 06 Sep 2008)
New Revision: 17494
Trac: http://svn.gnucash.org/trac/changeset/17494

Modified:
   gnucash/trunk/configure.in
Log:
Bug #540148: Allow building against libgoffice-0.8, i.e. goffice >= v0.7.0.

Patch from Halton Huo.

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2008-09-05 05:08:33 UTC (rev 17493)
+++ gnucash/trunk/configure.in	2008-09-06 17:20:52 UTC (rev 17494)
@@ -1085,8 +1085,10 @@
     goffice=0
     goffice_with_cairo=0
     have_goffice_0_5=0
-    PKG_CHECK_MODULES(GOFFICE, libgoffice-0.6 >= 0.6.0, [goffice=1], [
-      PKG_CHECK_MODULES(GOFFICE, libgoffice-0.5 >= 0.5.1, [goffice=1], [goffice=0])
+    PKG_CHECK_MODULES(GOFFICE, libgoffice-0.8 >= 0.7.0, [goffice=1], [
+      PKG_CHECK_MODULES(GOFFICE, libgoffice-0.6 >= 0.6.0, [goffice=1], [
+        PKG_CHECK_MODULES(GOFFICE, libgoffice-0.5 >= 0.5.1, [goffice=1], [goffice=0])
+      ])
     ])
     if test x$goffice = x1
     then



More information about the gnucash-changes mailing list