mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #540148: Allow building against libgoffice-0.8, i.e. goffice >= v0.7.0.
Patch from Halton Huo. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17494 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
737473bce4
commit
641625844e
@ -1085,9 +1085,11 @@ then
|
|||||||
goffice=0
|
goffice=0
|
||||||
goffice_with_cairo=0
|
goffice_with_cairo=0
|
||||||
have_goffice_0_5=0
|
have_goffice_0_5=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.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.5 >= 0.5.1, [goffice=1], [goffice=0])
|
||||||
])
|
])
|
||||||
|
])
|
||||||
if test x$goffice = x1
|
if test x$goffice = x1
|
||||||
then
|
then
|
||||||
AC_DEFINE(HAVE_GOFFICE_0_5,1,[System has goffice 0.5.1 or better])
|
AC_DEFINE(HAVE_GOFFICE_0_5,1,[System has goffice 0.5.1 or better])
|
||||||
|
Loading…
Reference in New Issue
Block a user