Config.w32: link to libssl.lib & libcrypto.lib
[m6w6/ext-http] / config.w32
index 74b852f5cb0a301d5ff440b68a0fbc3695256b54..89a487996248fc26ba807cd629b7e3c52831a3d7 100644 (file)
@@ -110,8 +110,8 @@ 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("ssleay32.lib", "http", PHP_HTTP) &&
-                       CHECK_LIB("libeay32.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) &&