From 9d0e081c560f5e918bb7afeb7b55e1a8d0a99912 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Fri, 25 Feb 2005 22:59:26 +0000 Subject: [PATCH] Kill warnings. There should be no need for this flag as it's already defined in libxml headers. --- ext/libxml/config.w32 | 1 - 1 file changed, 1 deletion(-) 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"); -- 2.40.0