summaryrefslogtreecommitdiff
path: root/ext/libxml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/libxml')
-rw-r--r--ext/libxml/config.w327
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/libxml/config.w32 b/ext/libxml/config.w32
index 5641e6f097..cd296dd7a3 100644
--- a/ext/libxml/config.w32
+++ b/ext/libxml/config.w32
@@ -7,9 +7,10 @@ if (PHP_LIBXML == "yes") {
EXTENSION("libxml", "libxml.c", false /* never shared */);
AC_DEFINE("HAVE_LIBXML", 1, "LibXML support");
- CHECK_LIB("iconv.lib", "libxml", php_usual_lib_suspects);
- CHECK_LIB("libxml2.lib", "libxml", php_usual_lib_suspects);
- CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS", php_usual_include_suspects);
+ CHECK_LIB("iconv.lib", "libxml");
+ CHECK_LIB("libxml2.lib", "libxml");
+ CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS");
+ ADD_FLAG("CFLAGS", "/D LIBXML_THREAD_ENABLED");
}