r17523 - gnucash/branches/2.2 - [r17494] Bug #540148: Allow building against libgoffice-0.8, i.e. goffice >= v0.7.0.

Andreas Köhler andi5 at cvs.gnucash.org
Sun Sep 14 17:31:20 EDT 2008


Author: andi5
Date: 2008-09-14 17:31:19 -0400 (Sun, 14 Sep 2008)
New Revision: 17523
Trac: http://svn.gnucash.org/trac/changeset/17523

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

Patch from Halton Huo.

Modified: gnucash/branches/2.2/configure.in
===================================================================
--- gnucash/branches/2.2/configure.in	2008-09-14 21:31:11 UTC (rev 17522)
+++ gnucash/branches/2.2/configure.in	2008-09-14 21:31:19 UTC (rev 17523)
@@ -1125,8 +1125,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