summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2002-10-07 20:59:59 +0000
committerRasmus Lerdorf <rasmus@php.net>2002-10-07 20:59:59 +0000
commita6b780f94eb86c3a72e57a482c52563f98ef3113 (patch)
tree23e691e0bff4e8d7d9f2eac6a0b7d69390ac3b91
parent6446f7158b07f5d210e0840f99cab632d225d548 (diff)
downloadphp-git-a6b780f94eb86c3a72e57a482c52563f98ef3113.tar.gz
Oops, should still define that. Didn't think I needed it as nothing in
ext/zlib checks it, but it is checked elsewhere.
-rw-r--r--ext/zlib/config0.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/zlib/config0.m4 b/ext/zlib/config0.m4
index c7514b1084..918849078f 100644
--- a/ext/zlib/config0.m4
+++ b/ext/zlib/config0.m4
@@ -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