Skip to content

Commit

Permalink
Merge pull request #240 from NoiseByNorthwest/fix-238
Browse files Browse the repository at this point in the history
Add zlib-dev search path
  • Loading branch information
NoiseByNorthwest authored Jan 18, 2024
2 parents dcaac57 + ea9e400 commit f19afae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if test "$PHP_SPX" = "yes"; then
AC_MSG_ERROR([Can't find ZLIB headers under "$PHP_ZLIB_DIR"])
fi
else
for i in /usr/local /usr; do
for i in /usr/local /usr /opt/local; do
if test -f "$i/include/zlib/zlib.h"; then
PHP_ZLIB_DIR="$i"
PHP_ZLIB_INCDIR="$i/include/zlib"
Expand Down

0 comments on commit f19afae

Please sign in to comment.