From: Frank M. Kromann Date: Fri, 25 Feb 2005 22:59:26 +0000 (+0000) Subject: Kill warnings. There should be no need for this flag as it's already defined in libxm... X-Git-Tag: RELEASE_0_3~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d0e081c560f5e918bb7afeb7b55e1a8d0a99912;p=php Kill warnings. There should be no need for this flag as it's already defined in libxml headers. --- diff --git a/ext/libxml/config.w32 b/ext/libxml/config.w32 index 711e456f43..22fae9fb6c 100644 --- a/ext/libxml/config.w32 +++ b/ext/libxml/config.w32 @@ -10,7 +10,6 @@ if (PHP_LIBXML == "yes") { EXTENSION("libxml", "libxml.c", false /* never shared */); AC_DEFINE("HAVE_LIBXML", 1, "LibXML support"); - ADD_FLAG("CFLAGS", "/D LIBXML_THREAD_ENABLED"); ADD_FLAG("CFLAGS_LIBXML", "/D LIBXML_STATIC "); if (!PHP_LIBXML_SHARED) { ADD_DEF_FILE("ext\\libxml\\php_libxml2.def");