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:
b26545d
)
extend the search for zlib.h
author
Frank M. Kromann
<fmk@php.net>
Thu, 15 Dec 2005 02:08:45 +0000
(
02:08
+0000)
committer
Frank M. Kromann
<fmk@php.net>
Thu, 15 Dec 2005 02:08:45 +0000
(
02:08
+0000)
config.w32
patch
|
blob
|
history
diff --git
a/config.w32
b/config.w32
index 10bb19626e6a5f4bfbb063f1a9b1f937e3593947..7db93da54e6daa0067fdcc6d311b53be64c2e163 100644
(file)
--- a/
config.w32
+++ b/
config.w32
@@
-64,7
+64,7
@@
if (PHP_HTTP != "no") {
ADD_FLAG("CFLAGS_HTTP", "/W3");
}
- if (CHECK_HEADER_ADD_INCLUDE('zlib.h', 'CFLAGS_HTTP')) {
+ if (CHECK_HEADER_ADD_INCLUDE('zlib.h', 'CFLAGS_HTTP'
, '..\\zlib;' + php_usual_include_suspects
)) {
AC_DEFINE('HTTP_HAVE_ZLIB', 1, "Have zlib library");
ADD_FLAG("LDFLAGS_HTTP", "/FORCE:MULTIPLE");
} else {