diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-05-27 17:42:50 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-05-27 17:43:13 +0200 |
commit | 0cb43ec51c0cbb7971bedd6be8ca80aba01c74a8 (patch) | |
tree | 03caeda78c33af4fc32d1fd34b22e24ab7bb6c0c /ext/zip | |
parent | 31ce1cbbb9296d11bdcf44e141d26d95f82c17fc (diff) | |
parent | a0c9d0849aa5e53c37f8fd68db80412364e8edaf (diff) | |
download | php-git-0cb43ec51c0cbb7971bedd6be8ca80aba01c74a8.tar.gz |
Merge branch 'PHP-7.2' into PHP-7.3
Diffstat (limited to 'ext/zip')
-rw-r--r-- | ext/zip/config.m4 | 3 |
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(========================================================) |