Oops, should still define that. Didn't think I needed it as nothing in

ext/zlib checks it, but it is checked elsewhere.
This commit is contained in:
Rasmus Lerdorf 2002-10-07 20:59:59 +00:00
parent 6446f7158b
commit a6b780f94e

View File

@ -36,6 +36,8 @@ if test "$PHP_ZLIB" != "no" -o "$PHP_ZLIB_DIR" != "no"; then
AC_MSG_ERROR(Cannot find libz)
fi
AC_DEFINE(HAVE_ZLIB,1,[ ])
PHP_ADD_LIBPATH($ZLIB_DIR/lib, ZLIB_SHARED_LIBADD)
PHP_ZLIB_DIR=$ZLIB_DIR