From d11e758d5d5679384cb5b4f2bad4ec943208d981 Mon Sep 17 00:00:00 2001 From: jez_higgins <> Date: Thu, 20 Mar 2003 16:16:32 +0000 Subject: [PATCH] Minor changes to the message --- SAX/saxlib.tpl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/SAX/saxlib.tpl b/SAX/saxlib.tpl index f207de48..0d4afa58 100644 --- a/SAX/saxlib.tpl +++ b/SAX/saxlib.tpl @@ -19,7 +19,7 @@ define NO_DEFAULT_PARSER include #ifdef USE_LIBXML2 -message("Pulling in libxml2") +message("Pulling in libxml2 wrappers.") include #endif @@ -27,19 +27,20 @@ include #ifndef _MSC_VER error "USE_MSXML is only valid for VisualC++ builds" #else -message("Nothing to pull in for MSXML") +message("Nothing to pull in for MSXML.") #endif #endif #ifdef USE_XERCES -message("Nothing to pull in for Xerces") +message("Pulling in Xerces wrappers.") +include #endif #ifdef USE_GARDEN -message("Nothing to pull in for Garden") +message("Nothing to pull in for Garden.") #endif #ifdef USE_EXPAT -message("Pulling in Expat") +message("Pulling in Expat wrappers.") include #endif