summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-12 17:50:12 +0000
committerSascha Schumann <sas@php.net>2002-03-12 17:50:12 +0000
commit2fe41171136fdf6ee2f77316481101ac5704a01b (patch)
tree076ee18e399b048ef164a67701c8c1aa90a51909
parent5b3a5f1e13ef481880f27b70254be364e987a08e (diff)
downloadphp-git-2fe41171136fdf6ee2f77316481101ac5704a01b.tar.gz
missed zlib.c
-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 29f6120358..d5463d7f43 100644
--- a/ext/zlib/config0.m4
+++ b/ext/zlib/config0.m4
@@ -9,7 +9,7 @@ PHP_ARG_WITH(zlib,for ZLIB support,
[ --with-zlib[=DIR] Include ZLIB support (requires zlib >= 1.0.9).])
if test "$PHP_ZLIB" != "no" -o "$PHP_ZLIB_DIR" != "no"; then
- PHP_NEW_EXTENSION(zlib, zlib_fopen_wrapper.c, $ext_shared)
+ PHP_NEW_EXTENSION(zlib, zlib.c zlib_fopen_wrapper.c, $ext_shared)
PHP_SUBST(ZLIB_SHARED_LIBADD)
if test "$PHP_ZLIB" != "yes" -a "$PHP_ZLIB" != "no"; then