rasmus Mon Oct 7 16:55:43 2002 EDT
Modified files:
/php4/ext/zlib config0.m4
Log:
This restriction is no longer true after the streams changes.
Index: php4/ext/zlib/config0.m4
diff -u php4/ext/zlib/config0.m4:1.8 php4/ext/zlib/config0.m4:1.9
--- php4/ext/zlib/config0.m4:1.8 Wed Sep 4 14:47:25 2002
+++ php4/ext/zlib/config0.m4 Mon Oct 7 16:55:41 2002
@@ -1,9 +1,9 @@
dnl
-dnl $Id: config0.m4,v 1.8 2002/09/04 18:47:25 sniper Exp $
+dnl $Id: config0.m4,v 1.9 2002/10/07 20:55:41 rasmus Exp $
dnl
PHP_ARG_WITH(zlib,for ZLIB support,
-[ --with-zlib[=DIR] Include ZLIB support (requires zlib >= 1.0.9).])
+[ --with-zlib[=DIR] Include ZLIB support.])
PHP_ARG_WITH(zlib-dir,if the location of ZLIB install directory is defined,
[ --with-zlib-dir=<DIR> Define the location of zlib install directory], no, no)
@@ -37,12 +37,6 @@
fi
PHP_ADD_LIBPATH($ZLIB_DIR/lib, ZLIB_SHARED_LIBADD)
-
- AC_CHECK_LIB(z, gzgets, [
- AC_DEFINE(HAVE_ZLIB,1,[ ])
- ],[
- AC_MSG_ERROR(ZLIB extension requires zlib >= 1.0.9)
- ])
PHP_ZLIB_DIR=$ZLIB_DIR
PHP_ADD_LIBRARY(z,, ZLIB_SHARED_LIBADD)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php