X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config.m4;fp=config.m4;h=91b532fb3d35942754f08dc417c955602ff72184;hp=ca4f3d51007db13554d26c84729de1b20b51356d;hb=bf34f97f799dde077889f667a8432b83bc0acb5c;hpb=1382fe5a3ed5209ab05745ca95495885e85ff2a0 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;