[Gnucash-changes] r11861 - gnucash/trunk - Check re: correct libgsf version.

Joshua Sled jsled at cvs.gnucash.org
Sun Nov 6 10:24:35 EST 2005


Author: jsled
Date: 2005-11-06 10:24:35 -0500 (Sun, 06 Nov 2005)
New Revision: 11861

Modified:
   gnucash/trunk/configure.in
Log:
Check re: correct libgsf version.


Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2005-11-06 14:34:48 UTC (rev 11860)
+++ gnucash/trunk/configure.in	2005-11-06 15:24:35 UTC (rev 11861)
@@ -443,12 +443,12 @@
 ### --------------------------------------------------------------------------
 ### for GOG/goffice...
 
-dnl If libgoffice-1 >= 0.0.3-2 and libgsf >= 1.12.0-1 are found, 
+dnl If libgoffice-1 >= 0.0.3-2 and libgsf >= 1.12.2-1 are found, 
 dnl we need to omit lib/goffice and use the external library
 dnl because lib/goffice will not build with newer versions of libgsf.
 
 GOFFICE_REQUIRED=0.0.3
-GSF_REQUIRED=1.12.0
+GSF_REQUIRED=1.12.2
 AC_MSG_CHECKING([for GOffice and GSF])
 LIBGOFFICE_CFLAGS=`$PKG_CONFIG --silence-errors --cflags " libgoffice-1 >= $GOFFICE_REQUIRED"`
 LIBGOFFICE_LIBS=`$PKG_CONFIG --silence-errors --libs " libgoffice-1 >= $GOFFICE_REQUIRED"`



More information about the gnucash-changes mailing list