diff options
author | Sara Golemon <pollita@php.net> | 2004-07-17 00:05:31 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2004-07-17 00:05:31 +0000 |
commit | 5289adbe99f37847a54785f68748380e1a49050a (patch) | |
tree | 46809c73babd7718f3b6964e97621bdc77523a29 /ext/zlib/config0.m4 | |
parent | d40e78ad6f1a4d78e4a69eb1820ed9ac00083778 (diff) | |
download | php-git-5289adbe99f37847a54785f68748380e1a49050a.tar.gz |
Add zlib stream filter support
Diffstat (limited to 'ext/zlib/config0.m4')
-rw-r--r-- | ext/zlib/config0.m4 | 2 |
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 |