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:
Geert Janssens
2017-01-14 14:36:56 +01:00
committed by Geert Janssens
parent 861bff3f3b
commit dcce2d79cd
23 changed files with 184 additions and 3732 deletions

View File

@@ -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