From: Sterling Hughes Date: Fri, 4 Jul 2003 18:19:02 +0000 (+0000) Subject: avoid external conflicts in apache X-Git-Tag: BEFORE_ARG_INFO~377 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a2992902993fc2317a956062f0ead10fd1338d9;p=php avoid external conflicts in apache --- 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