From: Zeev Suraski Date: Sun, 8 Jun 2003 18:29:55 +0000 (+0000) Subject: XMLless build fix X-Git-Tag: RELEASE_1_0_2~359 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa78f2b8ebbefd21e212c2162b1ccf3945772508;p=php XMLless build fix --- diff --git a/ext/xml/expat_compat.h b/ext/xml/expat_compat.h index f0342ca0db..789168bfad 100644 --- a/ext/xml/expat_compat.h +++ b/ext/xml/expat_compat.h @@ -135,7 +135,7 @@ int XML_GetCurrentByteIndex(XML_Parser); const XML_Char *XML_ExpatVersion(void); void XML_ParserFree(XML_Parser); -#else +#elif defined(HAVE_LIBEXPAT) #include #endif /* HAVE_LIBEXPAT */