diff --git a/office/gnucash/gnucash.conf b/office/gnucash/gnucash.conf index d35c45ff4..e1165158b 100644 --- a/office/gnucash/gnucash.conf +++ b/office/gnucash/gnucash.conf @@ -24,3 +24,8 @@ hook_add preconf 9 "autoreconf -v -I $(pkgprefix -r datadir gconf)/aclocal" if pkginstalled -f aqbanking; then var_append extraconfopt ' ' '--enable-aqbanking' fi + +# OFX support +if pkginstalled -f libofx; then + var_append extraconfopt ' ' '--enable-ofx' +fi