rasmus Mon Oct 7 16:59:59 2002 EDT Modified files: /php4/ext/zlib config0.m4 Log: Oops, should still define that. Didn't think I needed it as nothing in ext/zlib checks it, but it is checked elsewhere. Index: php4/ext/zlib/config0.m4 diff -u php4/ext/zlib/config0.m4:1.9 php4/ext/zlib/config0.m4:1.10 --- php4/ext/zlib/config0.m4:1.9 Mon Oct 7 16:55:41 2002 +++ php4/ext/zlib/config0.m4 Mon Oct 7 16:59:59 2002 @@ -1,5 +1,5 @@ dnl -dnl $Id: config0.m4,v 1.9 2002/10/07 20:55:41 rasmus Exp $ +dnl $Id: config0.m4,v 1.10 2002/10/07 20:59:59 rasmus Exp $ dnl PHP_ARG_WITH(zlib,for ZLIB support, @@ -35,6 +35,8 @@ if test -z "$ZLIB_DIR"; then AC_MSG_ERROR(Cannot find libz) fi + + AC_DEFINE(HAVE_ZLIB,1,[ ]) PHP_ADD_LIBPATH($ZLIB_DIR/lib, ZLIB_SHARED_LIBADD)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php