diff options
| author | Wez Furlong <wez@php.net> | 2003-12-03 14:29:45 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2003-12-03 14:29:45 +0000 |
| commit | ad84dfa9375a64d8521484600ffe7df15e58a083 (patch) | |
| tree | 375b15b20d86c13e5046d2b16e457589b15cd408 /ext/libxml | |
| parent | f7a86e5b5e73753b43804947108f9a1677f74e00 (diff) | |
| download | php-git-ad84dfa9375a64d8521484600ffe7df15e58a083.tar.gz | |
Build adjustments.
Diffstat (limited to 'ext/libxml')
| -rw-r--r-- | ext/libxml/config.w32 | 7 |
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"); } |
