diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-24 04:49:58 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-24 04:49:58 -0400 |
commit | a69649fb7f5ca7e20713ec260c5f989ae82d446f (patch) | |
tree | 41929e6fc4d4d20ffcf0bbbfa681dbe3e3624e21 /src/session.h | |
parent | dff450ab3dbcb0819029c0bd5aee8dd78703a864 (diff) | |
download | fork-ledger-a69649fb7f5ca7e20713ec260c5f989ae82d446f.tar.gz fork-ledger-a69649fb7f5ca7e20713ec260c5f989ae82d446f.tar.bz2 fork-ledger-a69649fb7f5ca7e20713ec260c5f989ae82d446f.zip |
Switched over to using irrxml for parsing XML, rather than expat.
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/session.h b/src/session.h index a0637b2e..84e19531 100644 --- a/src/session.h +++ b/src/session.h @@ -188,9 +188,7 @@ public: This program is made available under the terms of the BSD Public License.\n\ See LICENSE file included with the distribution for details and disclaimer.\n"; std::cout << "\n(modules: gmp, pcre"; -#if defined(HAVE_EXPAT) || defined(HAVE_XMLPARSE) std::cout << ", xml"; -#endif #ifdef HAVE_LIBOFX std::cout << ", ofx"; #endif |