mcatan 2004/04/25 05:21:02
Modified: performance main.cpp
Log:
log4cxx could not compile when configured without XML
Revision Changes Path
1.5 +1 -1 logging-log4cxx/performance/main.cpp
Index: main.cpp
===================================================================
RCS file: /home/cvs/logging-log4cxx/performance/main.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- main.cpp 24 Apr 2004 21:35:51 -0000 1.4
+++ main.cpp 25 Apr 2004 12:21:02 -0000 1.5
@@ -67,7 +67,7 @@
DELAY_MULT = 1000/burstLen;
}
-#ifdef HAVE_MS_XML
+#ifdef HAVE_XML
xml::DOMConfigurator::configure(configFile);
#endif
}