X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config.w32;h=64cecdcae1b9601548f219f4554d2388f02752e3;hb=43923eca4429ed3ce5fb85407345d7030a1879f1;hp=10bb19626e6a5f4bfbb063f1a9b1f937e3593947;hpb=a759e1fae5a4d0e989b9735adf8f3224ed9419d7;p=m6w6%2Fext-http diff --git a/config.w32 b/config.w32 index 10bb196..64cecdc 100644 --- a/config.w32 +++ b/config.w32 @@ -54,7 +54,8 @@ if (PHP_HTTP != "no") { "http_request_api.c http_date_api.c http_headers_api.c "+ "http_message_api.c http_send_api.c http_url_api.c "+ "http_info_api.c http_request_method_api.c http_encoding_api.c "+ - "http_filter_api.c http_request_body_api.c", + "http_filter_api.c http_request_body_api.c "+ + "http_deflatestream_object.c http_inflatestream_object.c", null, "/I\"" + configure_module_dirname + "/phpstr\""); ADD_SOURCES(configure_module_dirname + "/phpstr", "phpstr.c", "http"); @@ -64,7 +65,7 @@ if (PHP_HTTP != "no") { ADD_FLAG("CFLAGS_HTTP", "/W3"); } - if (CHECK_HEADER_ADD_INCLUDE('zlib.h', 'CFLAGS_HTTP')) { + if (CHECK_HEADER_ADD_INCLUDE('zlib.h', 'CFLAGS_HTTP', '..\\zlib;' + php_usual_include_suspects)) { AC_DEFINE('HTTP_HAVE_ZLIB', 1, "Have zlib library"); ADD_FLAG("LDFLAGS_HTTP", "/FORCE:MULTIPLE"); } else {