From a4617b8aba43d2ce8e033cb04de599b4273cb94b Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sun, 4 Nov 2001 20:19:12 +0000 Subject: fix bug #63752 of compiling libxml with a non standard set of options * encoding.c global.data globals.c testThreads.c: fix bug #63752 of compiling libxml with a non standard set of options Daniel --- testThreads.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testThreads.c') diff --git a/testThreads.c b/testThreads.c index 8424d31d..1c494abe 100644 --- a/testThreads.c +++ b/testThreads.c @@ -2,7 +2,7 @@ #include #include -#ifdef LIBXML_THREAD_ENABLED +#if defined(LIBXML_THREAD_ENABLED) && defined(LIBXML_CATALOG_ENABLED) #include #include #include @@ -128,7 +128,7 @@ main() int main() { - fprintf(stderr, "libxml was not compiled with thread support\n"); + fprintf(stderr, "libxml was not compiled with thread or catalog support\n"); return (0); } #endif -- cgit v1.2.1