summaryrefslogtreecommitdiff
path: root/ext/zlib/config0.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-12 16:40:34 +0000
committerSascha Schumann <sas@php.net>2002-03-12 16:40:34 +0000
commita9f706812d4077d1a0123926b9418c117570b876 (patch)
treec5a6808e7965f46a29cf95425e71140e87592d0e /ext/zlib/config0.m4
parent54d27d7902a726368d82ab03c36afe3fc26b8702 (diff)
downloadphp-git-a9f706812d4077d1a0123926b9418c117570b876.tar.gz
php_new_extension
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 b947e41a83..29f6120358 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_EXTENSION(zlib, $ext_shared)
+ PHP_NEW_EXTENSION(zlib, zlib_fopen_wrapper.c, $ext_shared)
PHP_SUBST(ZLIB_SHARED_LIBADD)
if test "$PHP_ZLIB" != "yes" -a "$PHP_ZLIB" != "no"; then