drop dep on ext-propro (dysfunctional with PHP 8)
[m6w6/ext-http] / config.w32
index 68006dfcf4f25428de2d4a7f4baa7643d132f826..04c1f75cf0f9682df7ceb964d94714469c760b44 100644 (file)
@@ -125,7 +125,6 @@ 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");