diff options
Diffstat (limited to 'ext/zip/config.m4')
| -rw-r--r-- | ext/zip/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/config.m4 b/ext/zip/config.m4 index 08a647de38..f7ea725d94 100644 --- a/ext/zip/config.m4 +++ b/ext/zip/config.m4 @@ -6,7 +6,7 @@ PHP_ARG_WITH(zip,for ZIP support, [ --with-zip[=DIR] Include ZIP support (requires zziplib >= 0.10.6).]) if test "$PHP_ZIP" != "no"; then - PHP_EXTENSION(zip, $ext_shared) + PHP_NEW_EXTENSION(zip, zip.c, $ext_shared) for i in $PHP_ZIP /usr/local /usr ; do if test -f $i/include/zzlib/zziplib.h; then ZZIPLIB_DIR=$i |
