- added INI setting http.force_exit which can be used to disable script termination
[m6w6/ext-http] / config.w32
index 6c0fa81c756f3e12185e82a732ce68112433b2a5..1cc13f5ec622804a9b51215adfa4d7b49fa8577f 100644 (file)
@@ -22,9 +22,9 @@ if (PHP_HTTP != "no") {
                ADD_FLAG("CFLAGS_HTTP", "/W3");
        }
        
-       if (CHECK_HEADER_ADD_INCLUDE('zlib.h', 'CFLAGS_HTTP') &&
-                       CHECK_LIB('zlib.lib')) {
+       if (CHECK_HEADER_ADD_INCLUDE('zlib.h', 'CFLAGS_HTTP')) {
                AC_DEFINE('HTTP_HAVE_ZLIB', 1, "Have zlib library");
+               ADD_FLAG("LDFLAGS_HTTP", "/FORCE:MULTIPLE");
        } else {
                WARNING("zlib encoding functions not enabled; libraries and headers not found");
        }