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:
1382fe5
)
- typo
author
Michael Wallner
<mike@php.net>
Thu, 9 Feb 2006 17:23:42 +0000
(17:23 +0000)
committer
Michael Wallner
<mike@php.net>
Thu, 9 Feb 2006 17:23:42 +0000
(17:23 +0000)
config.m4
patch
|
blob
|
history
diff --git
a/config.m4
b/config.m4
index ca4f3d51007db13554d26c84729de1b20b51356d..91b532fb3d35942754f08dc417c955602ff72184 100644
(file)
--- a/
config.m4
+++ b/
config.m4
@@
-42,7
+42,7
@@
dnl ----
if test "$PHP_HTTP_ZLIB_ENCODINGS" != "no"; then
AC_MSG_CHECKING([for zlib.h])
ZLIB_DIR=
- for i in "$PHP_HTTP_ZLIB_COMPRESSION" "$PHP_ZLIB_DIR" "$PHP_ZLIB" /us
e
r/local /usr /opt; do
+ for i in "$PHP_HTTP_ZLIB_COMPRESSION" "$PHP_ZLIB_DIR" "$PHP_ZLIB" /usr/local /usr /opt; do
if test -f "$i/include/zlib.h"; then
ZLIB_DIR=$i
break;