summaryrefslogtreecommitdiff
path: root/ext/zip
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-05-27 17:42:50 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-05-27 17:43:13 +0200
commit0cb43ec51c0cbb7971bedd6be8ca80aba01c74a8 (patch)
tree03caeda78c33af4fc32d1fd34b22e24ab7bb6c0c /ext/zip
parent31ce1cbbb9296d11bdcf44e141d26d95f82c17fc (diff)
parenta0c9d0849aa5e53c37f8fd68db80412364e8edaf (diff)
downloadphp-git-0cb43ec51c0cbb7971bedd6be8ca80aba01c74a8.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
Diffstat (limited to 'ext/zip')
-rw-r--r--ext/zip/config.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/zip/config.m4 b/ext/zip/config.m4
index 740e5a8b3d..c337012996 100644
--- a/ext/zip/config.m4
+++ b/ext/zip/config.m4
@@ -116,7 +116,8 @@ if test "$PHP_ZIP" != "no"; then
])
AC_DEFINE(HAVE_ZIP,1,[ ])
- PHP_NEW_EXTENSION(zip, php_zip.c zip_stream.c, $ext_shared,, $LIBZIP_CFLAGS)
+ PHP_EVAL_INCLINE($LIBZIP_CFLAGS)
+ PHP_NEW_EXTENSION(zip, php_zip.c zip_stream.c, $ext_shared)
PHP_SUBST(ZIP_SHARED_LIBADD)
else
AC_MSG_WARN(========================================================)