From ab9b82c02d19eec8bd85fc9479d34153023fcbda Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 1 Jul 2024 22:04:46 +0200 Subject: [PATCH] Autotools: Quote PHP_SUBST arguments in php.m4 --- build/php.m4 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build/php.m4 b/build/php.m4 index 26eede85f6755..15c1022aea8cb 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<