summaryrefslogtreecommitdiff
path: root/ext/zip/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/config.m4')
-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(========================================================)