From a69649fb7f5ca7e20713ec260c5f989ae82d446f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 24 Jan 2009 04:49:58 -0400 Subject: Switched over to using irrxml for parsing XML, rather than expat. --- src/session.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/session.h') 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 -- cgit v1.2.3