From: Michael Wallner Date: Thu, 9 Feb 2006 17:23:42 +0000 (+0000) Subject: - typo X-Git-Tag: RELEASE_0_23_0~23 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=bf34f97f799dde077889f667a8432b83bc0acb5c;hp=1382fe5a3ed5209ab05745ca95495885e85ff2a0;p=m6w6%2Fext-http - typo --- diff --git a/config.m4 b/config.m4 index ca4f3d5..91b532f 100644 --- 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" /user/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;