X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config.w32;h=68006dfcf4f25428de2d4a7f4baa7643d132f826;hb=e3976774f27b4129cbfd7d227aaa7e177f1b735c;hp=04c1f75cf0f9682df7ceb964d94714469c760b44;hpb=018096825617afa428c9c17f83b1ad3f3f3f96e5;p=m6w6%2Fext-http diff --git a/config.w32 b/config.w32 index 04c1f75..68006df 100644 --- a/config.w32 +++ b/config.w32 @@ -125,6 +125,7 @@ if (PHP_HTTP != "no") { CHECK_LIB("libcrypto.lib;libeay32.lib", "http", PHP_HTTP) && CHECK_LIB("crypt32.lib;libeay32.lib", "http", PHP_HTTP) && CHECK_LIB("zlib.lib;zlib_a.lib", "http", PHP_HTTP) && + ADD_EXTENSION_DEP("http", "propro", true) && ADD_EXTENSION_DEP("http", "raphf", true) && CHECK_LIB("winmm.lib", "http", PHP_HTTP)) { AC_DEFINE("PHP_HTTP_HAVE_LIBCURL", 1, "Have CURL library");