summaryrefslogtreecommitdiff
path: root/ext/libxml
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2005-02-25 22:59:26 +0000
committerFrank M. Kromann <fmk@php.net>2005-02-25 22:59:26 +0000
commit9d0e081c560f5e918bb7afeb7b55e1a8d0a99912 (patch)
tree04a560bd1f6d4a702de6e6ceed322953b3667ba6 /ext/libxml
parentd907a500bd26f8d0a770e3e4c6f76db8974b8bd7 (diff)
downloadphp-git-9d0e081c560f5e918bb7afeb7b55e1a8d0a99912.tar.gz
Kill warnings. There should be no need for this flag as it's already defined in libxml headers.
Diffstat (limited to 'ext/libxml')
-rw-r--r--ext/libxml/config.w321
1 files changed, 0 insertions, 1 deletions
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");