Check re: correct libgsf version.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11861 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled
2005-11-06 15:24:35 +00:00
parent 18f39b1606
commit 2ef5d38c0e

View File

@@ -443,12 +443,12 @@ AC_SUBST(QOF_LIB_DIR)
### --------------------------------------------------------------------------
### 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"`