From dea36a026131495ab322f4927aa925978ad4ef28 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 8 Apr 2011 17:42:55 +0200 Subject: [PATCH] gnucash: improved to enabled python bindings when python is effectively installed --- office/gnucash/gnucash.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/office/gnucash/gnucash.conf b/office/gnucash/gnucash.conf index e1165158b..75aa00072 100644 --- a/office/gnucash/gnucash.conf +++ b/office/gnucash/gnucash.conf @@ -29,3 +29,8 @@ fi if pkginstalled -f libofx; then var_append extraconfopt ' ' '--enable-ofx' fi + +# Python bindings +if pkginstalled -f python; then + var_append extraconfopt ' ' '--enable-python-bindings' +fi