From 9a2992902993fc2317a956062f0ead10fd1338d9 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Fri, 4 Jul 2003 18:19:02 +0000 Subject: [PATCH] avoid external conflicts in apache --- main/php_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/php_compat.h b/main/php_compat.h index 587a05fc20..2a1c3f7313 100644 --- a/main/php_compat.h +++ b/main/php_compat.h @@ -47,7 +47,7 @@ #define hashTableIterInit php_hashTableIterInit #define hashTableIterNext php_hashTableIterNext -#ifdef HAVE_LIBEXPAT_BUNDLED +#if defined(HAVE_LIBXML) && defined(HAVE_XML) #define XML_DefaultCurrent php_XML_DefaultCurrent #define XML_ErrorString php_XML_ErrorString #define XML_ExpatVersion php_XML_ExpatVersion -- 2.50.1