Skip to content

Commit a6b780f

Browse files
committed
Oops, should still define that. Didn't think I needed it as nothing in
ext/zlib checks it, but it is checked elsewhere.
1 parent 6446f71 commit a6b780f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/zlib/config0.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ if test "$PHP_ZLIB" != "no" -o "$PHP_ZLIB_DIR" != "no"; then
3636
AC_MSG_ERROR(Cannot find libz)
3737
fi
3838

39+
AC_DEFINE(HAVE_ZLIB,1,[ ])
40+
3941
PHP_ADD_LIBPATH($ZLIB_DIR/lib, ZLIB_SHARED_LIBADD)
4042

4143
PHP_ZLIB_DIR=$ZLIB_DIR

0 commit comments

Comments
 (0)