X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config.w32;h=638273f26364a27f6572d056308a469be45cdffc;hp=c07e9d25116c9f12484413a8a2ce228d8471c073;hb=46fc12676a53668d55fe6d02d44210e2eaf4b6b5;hpb=eec11ec92f122dbd2d02aba54a3685023cdbfcc7 diff --git a/config.w32 b/config.w32 index c07e9d2..638273f 100644 --- a/config.w32 +++ b/config.w32 @@ -61,6 +61,7 @@ if (PHP_HTTP != "no") { "/I\"" + configure_module_dirname + "/phpstr\""); ADD_SOURCES(configure_module_dirname + "/phpstr", "phpstr.c", "http"); AC_DEFINE("HAVE_HTTP", 1, "Have extended HTTP support"); + AC_DEFINE("HTTP_SHARED_DEPS", 1, "Depend on shared extensions"); if (PHP_DEBUG != "no") { ADD_FLAG("CFLAGS_HTTP", "/W3");