diff options
author | John Wiegley <johnw@newartisans.com> | 2004-09-20 04:07:02 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-09-20 04:07:02 -0400 |
commit | a7ea33a8ecc9886dd7a94906ae30c861b4da3540 (patch) | |
tree | 6c2c4df6620f25de5505694c1c8b6d9424b13381 /config.h | |
parent | 5429792edc077d8c65d7bbf0f98c3d0e59837775 (diff) | |
download | fork-ledger-a7ea33a8ecc9886dd7a94906ae30c861b4da3540.tar.gz fork-ledger-a7ea33a8ecc9886dd7a94906ae30c861b4da3540.tar.bz2 fork-ledger-a7ea33a8ecc9886dd7a94906ae30c861b4da3540.zip |
passing --enable-python to configure is now required for python support
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ struct config_t std::string equity_format; std::string date_format; std::string sort_string; - std::string value_expr; + std::string amount_expr; std::string total_expr; unsigned long pricing_leeway; bool show_collapsed; |