From 26ccb2bce7391cef7d9be754fc5f657dfc05e790 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 8 Apr 2011 17:29:13 +0200 Subject: [PATCH] gnucash: improved to enable OFX support when libofx is installed effectively --- office/gnucash/gnucash.conf | 5 +++++ 1 file changed, 5 insertions(+) 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