From: Jan-E Date: Thu, 24 Oct 2019 11:09:02 +0000 (+0200) Subject: Config.w32: add curl dependent libs X-Git-Tag: RELEASE_3_2_3~2^2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=refs%2Fpull%2F96%2Fhead Config.w32: add curl dependent libs --- diff --git a/config.w32 b/config.w32 index 89a4879..929faaa 100644 --- a/config.w32 +++ b/config.w32 @@ -110,10 +110,13 @@ if (PHP_HTTP != "no") { if (CHECK_HEADER_ADD_INCLUDE("curl/curl.h", "CFLAGS_HTTP") && CHECK_HEADER_ADD_INCLUDE("openssl/crypto.h", "CFLAGS_HTTP") && CHECK_LIB(CURL_LIB, "http", PHP_HTTP) && + CHECK_LIB("wldap32.lib", "http", PHP_HTTP) && + CHECK_LIB("libssh2.lib;libssh2_a.lib", "http", PHP_HTTP) && + CHECK_LIB("nghttp2.lib;nghttp2_a.lib", "http", PHP_HTTP) && + CHECK_LIB("normaliz.lib", "http", PHP_HTTP) && CHECK_LIB("libssl.lib;ssleay32.lib", "http", PHP_HTTP) && CHECK_LIB("libcrypto.lib;libeay32.lib", "http", PHP_HTTP) && CHECK_LIB("zlib.lib;zlib_a.lib", "http", PHP_HTTP) && - CHECK_LIB("libcurl_a.lib", "http", PHP_HTTP) && ADD_EXTENSION_DEP("http", "propro", true) && ADD_EXTENSION_DEP("http", "raphf", true) && CHECK_LIB("winmm.lib", "http", PHP_HTTP)) {