From 1068f8213d2fc892b2e93d7c6f9c4624f104e34f Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 8 Apr 2011 17:15:47 +0200 Subject: [PATCH] gnucash: improved to enable aqbanking support if possible --- office/gnucash/gnucash.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/office/gnucash/gnucash.conf b/office/gnucash/gnucash.conf index 9e996203c..d35c45ff4 100644 --- a/office/gnucash/gnucash.conf +++ b/office/gnucash/gnucash.conf @@ -19,3 +19,8 @@ hook_add preconf 9 "autoreconf -v -I $(pkgprefix -r datadir gconf)/aclocal" # disable treating compile warnings as errors # var_append extraconfopt ' ' '--disable-error-on-warning' + +# AqBanking support (obsoletes --enable-hbci) +if pkginstalled -f aqbanking; then + var_append extraconfopt ' ' '--enable-aqbanking' +fi