diff options
author | Remi Collet <remi@php.net> | 2017-05-31 09:57:34 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2017-05-31 09:57:34 +0200 |
commit | b54e0dc3217a1e0771f2ba7dff9d26974a9f83ef (patch) | |
tree | 6f0210612b13f94e37480ea1a0b924c3ce53ecae /ext/zip | |
parent | 77cca632dad2b7a4720fb2aa92950789c5485f2c (diff) | |
download | php-git-b54e0dc3217a1e0771f2ba7dff9d26974a9f83ef.tar.gz |
clean
Diffstat (limited to 'ext/zip')
-rw-r--r-- | ext/zip/config.m4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/zip/config.m4 b/ext/zip/config.m4 index a8f028957e..e6035bccee 100644 --- a/ext/zip/config.m4 +++ b/ext/zip/config.m4 @@ -113,11 +113,11 @@ if test "$PHP_ZIP" != "no"; then PHP_NEW_EXTENSION(zip, php_zip.c zip_stream.c, $ext_shared,, $LIBZIP_CFLAGS) PHP_SUBST(ZIP_SHARED_LIBADD) else - AC_MSG_WARN(========================================================); - AC_MSG_WARN(Use of bundled libzip is deprecated and will be removed.); - AC_MSG_WARN(Some features such as encryption are not available.); - AC_MSG_WARN(Use system library and --with-libzip is recommended.); - AC_MSG_WARN(========================================================); + AC_MSG_WARN(========================================================) + AC_MSG_WARN(Use of bundled libzip is deprecated and will be removed.) + AC_MSG_WARN(Some features such as encryption are not available.) + AC_MSG_WARN(Use system library and --with-libzip is recommended.) + AC_MSG_WARN(========================================================) PHP_ZIP_SOURCES="$PHP_ZIP_SOURCES lib/zip_add.c lib/zip_add_dir.c lib/zip_add_entry.c\ |