Browse Source

gnucash: improved to enable OFX support when libofx is installed effectively

stable/0.2
Christian Wiese 14 years ago
parent
commit
26ccb2bce7
  1. 5
      office/gnucash/gnucash.conf

5
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 if pkginstalled -f aqbanking; then
var_append extraconfopt ' ' '--enable-aqbanking' var_append extraconfopt ' ' '--enable-aqbanking'
fi fi
# OFX support
if pkginstalled -f libofx; then
var_append extraconfopt ' ' '--enable-ofx'
fi

Loading…
Cancel
Save