summaryrefslogtreecommitdiff
path: root/ext/zlib/config0.m4
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2004-07-17 00:05:31 +0000
committerSara Golemon <pollita@php.net>2004-07-17 00:05:31 +0000
commit5289adbe99f37847a54785f68748380e1a49050a (patch)
tree46809c73babd7718f3b6964e97621bdc77523a29 /ext/zlib/config0.m4
parentd40e78ad6f1a4d78e4a69eb1820ed9ac00083778 (diff)
downloadphp-git-5289adbe99f37847a54785f68748380e1a49050a.tar.gz
Add zlib stream filter support
Diffstat (limited to 'ext/zlib/config0.m4')
-rw-r--r--ext/zlib/config0.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/config0.m4 b/ext/zlib/config0.m4
index c174a3bcbc..495a952c2c 100644
--- a/ext/zlib/config0.m4
+++ b/ext/zlib/config0.m4
@@ -9,7 +9,7 @@ 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)
if test "$PHP_ZLIB" != "no" -o "$PHP_ZLIB_DIR" != "no"; then
- PHP_NEW_EXTENSION(zlib, zlib.c zlib_fopen_wrapper.c, $ext_shared)
+ PHP_NEW_EXTENSION(zlib, zlib.c zlib_fopen_wrapper.c zlib_filter.c, $ext_shared)
PHP_SUBST(ZLIB_SHARED_LIBADD)
if test "$PHP_ZLIB" != "yes" -a "$PHP_ZLIB" != "no"; then