X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config.w32;h=cc7a938d3d6b38559f4d8ffa069347cd877d1fed;hb=649aada485583ccac67928e0700cb5f1b963f4e8;hp=9012de6d3501057d8a938daf26947e004882111f;hpb=6fc78f4b8ea8a34a40f06985648822fbaa7ffb30;p=m6w6%2Fext-http diff --git a/config.w32 b/config.w32 index 9012de6..cc7a938 100644 --- a/config.w32 +++ b/config.w32 @@ -54,7 +54,7 @@ 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_filter_api.c http_request_body_api.c", null, "/I\"" + configure_module_dirname + "/phpstr\""); ADD_SOURCES(configure_module_dirname + "/phpstr", "phpstr.c", "http"); @@ -95,7 +95,6 @@ if (PHP_HTTP != "no") { AC_DEFINE("HAVE_CURL_MULTI_STRERROR", 1, ""); AC_DEFINE("HAVE_CURL_EASY_STRERROR", 1, ""); AC_DEFINE("HAVE_CURL_EASY_RESET", 1, ""); - AC_DEFINE("CURL_STATICLIB", 1, ""); } else { WARNING("curl convenience functions not enabled; libraries and headers not found"); }