Skip to content

Commit 6220e20

Browse files
manchickensodabrew
authored andcommitted
In the latest zlib package for homebrew, the install target is /usr/local/opt/zlib, so I'm adding that to the list. (#410)
1 parent f773f27 commit 6220e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if test "$PHP_MEMCACHED" != "no"; then
6060
AC_MSG_ERROR([Can't find ZLIB headers under "$PHP_ZLIB_DIR"])
6161
fi
6262
else
63-
for i in /usr/local /usr; do
63+
for i in /usr/local /usr/local/opt/zlib /usr; do
6464
if test -f "$i/include/zlib/zlib.h"; then
6565
PHP_ZLIB_DIR="$i"
6666
PHP_ZLIB_INCDIR="$i/include/zlib"

0 commit comments

Comments
 (0)