diff options
author | Sara Golemon <pollita@php.net> | 2004-07-20 05:26:33 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2004-07-20 05:26:33 +0000 |
commit | f92797f4e0b6a9bed77504a99c2658d567e078c6 (patch) | |
tree | 350510d652ee2c771da71af6d9691761fcc4337d /ext/bz2/config.m4 | |
parent | fc7197322c03d6c87aa44ffbe64b780b90c952af (diff) | |
download | php-git-f92797f4e0b6a9bed77504a99c2658d567e078c6.tar.gz |
Add bz2 stream filter support
Diffstat (limited to 'ext/bz2/config.m4')
-rw-r--r-- | ext/bz2/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bz2/config.m4 b/ext/bz2/config.m4 index 6977ff8ac4..bd6e8a6ab9 100644 --- a/ext/bz2/config.m4 +++ b/ext/bz2/config.m4 @@ -35,6 +35,6 @@ if test "$PHP_BZ2" != "no"; then -L$BZIP_DIR/lib ]) - PHP_NEW_EXTENSION(bz2, bz2.c, $ext_shared) + PHP_NEW_EXTENSION(bz2, bz2.c bz2_filter.c, $ext_shared) PHP_SUBST(BZ2_SHARED_LIBADD) fi |