]> granicus.if.org Git - php/commitdiff
clean
authorRemi Collet <remi@php.net>
Wed, 31 May 2017 07:57:34 +0000 (09:57 +0200)
committerRemi Collet <remi@php.net>
Wed, 31 May 2017 07:57:34 +0000 (09:57 +0200)
ext/zip/config.m4

index a8f028957ebc406195ff5db73bb79364a995aca8..e6035bccee169916de5bb070190a8f55dfdc8af3 100644 (file)
@@ -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\