r23445 - gnucash/trunk - Report the proper minimum version for libgoffice when not found at configure time

Geert Janssens gjanssens at code.gnucash.org
Tue Nov 26 08:53:33 EST 2013


Author: gjanssens
Date: 2013-11-26 08:53:33 -0500 (Tue, 26 Nov 2013)
New Revision: 23445
Trac: http://svn.gnucash.org/trac/changeset/23445

Modified:
   gnucash/trunk/configure.ac
Log:
Report the proper minimum version for libgoffice when not found at configure time

Modified: gnucash/trunk/configure.ac
===================================================================
--- gnucash/trunk/configure.ac	2013-11-26 13:38:34 UTC (rev 23444)
+++ gnucash/trunk/configure.ac	2013-11-26 13:53:33 UTC (rev 23445)
@@ -962,7 +962,7 @@
   AC_SUBST(GDK_PIXBUF_LIBS)
 
    # checks for goffice
-  PKG_CHECK_MODULES(GOFFICE, libgoffice-0.8 >= 0.7.0, [goffice=1], [AC_MSG_ERROR([Cannot find libgoffice.>= 0.5.1])])
+  PKG_CHECK_MODULES(GOFFICE, libgoffice-0.8 >= 0.7.0, [goffice=1], [AC_MSG_ERROR([Cannot find libgoffice.>= 0.7.0])])
   AS_SCRUB_INCLUDE(GOFFICE_CFLAGS)
   AC_SUBST(GOFFICE_CFLAGS)
   AC_SUBST(GOFFICE_LIBS)



More information about the gnucash-changes mailing list