mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove final dependencies on GOFFICE
This was still pulled in via the now removed gnc-csv-model. In order to remove this, the fixed format csv importer has been tweaked to get the required features from the c++ csv importer code instead.
This commit is contained in:
committed by
Geert Janssens
parent
861bff3f3b
commit
dcce2d79cd
@@ -1382,11 +1382,6 @@ then
|
||||
AC_SUBST(GDK_PIXBUF_CFLAGS)
|
||||
AC_SUBST(GDK_PIXBUF_LIBS)
|
||||
|
||||
# checks for goffice
|
||||
PKG_CHECK_MODULES(GOFFICE, libgoffice-0.8 >= 0.7.0 libgoffice-0.8 < 0.9.0, [goffice=1], [AC_MSG_ERROR([Cannot find libgoffice >= 0.7.0 and < 0.9.0])])
|
||||
AC_SUBST(GOFFICE_CFLAGS)
|
||||
AC_SUBST(GOFFICE_LIBS)
|
||||
|
||||
### --------------------------------------------------------------------------
|
||||
### checks for webkit
|
||||
|
||||
@@ -1699,7 +1694,6 @@ AC_CONFIG_FILES(
|
||||
lib/Makefile
|
||||
lib/goffice/Makefile
|
||||
lib/libc/Makefile
|
||||
lib/stf/Makefile
|
||||
packaging/Makefile
|
||||
src/Makefile
|
||||
src/app-utils/Makefile
|
||||
|
||||
Reference in New Issue
Block a user