r16092 - gnucash/trunk - Patch from Thomas Klausner to enable building with goffice-0.4.

Andreas Köhler andi5 at cvs.gnucash.org
Thu May 17 09:28:50 EDT 2007


Author: andi5
Date: 2007-05-17 09:28:48 -0400 (Thu, 17 May 2007)
New Revision: 16092
Trac: http://svn.gnucash.org/trac/changeset/16092

Modified:
   gnucash/trunk/configure.in
Log:
Patch from Thomas Klausner to enable building with goffice-0.4.


Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2007-05-17 13:28:43 UTC (rev 16091)
+++ gnucash/trunk/configure.in	2007-05-17 13:28:48 UTC (rev 16092)
@@ -1103,9 +1103,11 @@
     AC_SUBST(GLADE_CFLAGS)
     AC_SUBST(GLADE_LIBS)
 
-    PKG_CHECK_MODULES(GOFFICE, libgoffice-0.3 >= 0.3.0, [], [
-      PKG_CHECK_MODULES(GOFFICE, libgoffice-1 >= 0.0.4, [], [
-        AC_MSG_ERROR([Cannot find libgoffice.])
+    PKG_CHECK_MODULES(GOFFICE, libgoffice-0.4 >= 0.4.0, [], [
+      PKG_CHECK_MODULES(GOFFICE, libgoffice-0.3 >= 0.3.0, [], [
+        PKG_CHECK_MODULES(GOFFICE, libgoffice-1 >= 0.0.4, [], [
+          AC_MSG_ERROR([Cannot find libgoffice.])
+        ])
       ])
     ])
     AS_SCRUB_INCLUDE(GOFFICE_CFLAGS)



More information about the gnucash-changes mailing list