From 7711bdcfba2e3d582fb930ebabf57a5a84c49581 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 2 Jul 2024 05:44:02 +0200 Subject: [PATCH] Autotools: Quote PHP_SUBST arguments in php.m4 (#14758) --- build/php.m4 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build/php.m4 b/build/php.m4 index 26eede85f67..15c1022aea8 100644 --- a/build/php.m4 +++ b/build/php.m4 @@ -822,7 +822,7 @@ AC_DEFUN([PHP_SHARED_MODULE],[ else PHP_MODULES="$PHP_MODULES \$(phplibdir)/$1.$suffix" fi - PHP_SUBST($2) + PHP_SUBST([$2]) cat >>Makefile.objects<