From fee374b3092baf0b9952cfd950f006e0bc7a35c6 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 2 Jul 2024 07:15:42 +0200 Subject: [PATCH] Quote PHP_SUBST argument Sync with https://github.com/php/php-src/pull/14748 --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index 0b4669b..11f19fb 100644 --- a/config.m4 +++ b/config.m4 @@ -151,5 +151,5 @@ if test "$PHP_ZIP" != "no"; then PHP_ADD_BUILD_DIR($abs_builddir/$subdir, 1) PHP_ADD_INCLUDE([$ext_srcdir/$subdir]) fi - PHP_SUBST(ZIP_SHARED_LIBADD) + PHP_SUBST([ZIP_SHARED_LIBADD]) fi