projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
0fba859
)
- fix build on win32; linkler flag /FORCE:MULTIPLE will generate an image, even if...
author
Michael Wallner
<mike@php.net>
Tue, 1 Nov 2005 15:48:17 +0000
(15:48 +0000)
committer
Michael Wallner
<mike@php.net>
Tue, 1 Nov 2005 15:48:17 +0000
(15:48 +0000)
config.w32
patch
|
blob
|
history
diff --git
a/config.w32
b/config.w32
index 5f176d50378871f27c52ecda25d7040e4e96bd1c..1cc13f5ec622804a9b51215adfa4d7b49fa8577f 100644
(file)
--- a/
config.w32
+++ b/
config.w32
@@
-24,6
+24,7
@@
if (PHP_HTTP != "no") {
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");
}