We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f773f27 commit 6220e20Copy full SHA for 6220e20
config.m4
@@ -60,7 +60,7 @@ if test "$PHP_MEMCACHED" != "no"; then
60
AC_MSG_ERROR([Can't find ZLIB headers under "$PHP_ZLIB_DIR"])
61
fi
62
else
63
- for i in /usr/local /usr; do
+ for i in /usr/local /usr/local/opt/zlib /usr; do
64
if test -f "$i/include/zlib/zlib.h"; then
65
PHP_ZLIB_DIR="$i"
66
PHP_ZLIB_INCDIR="$i/include/zlib"
0 commit comments