Browse Source

gnucash: improved to enabled python bindings when python is effectively installed

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

5
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

Loading…
Cancel
Save