From fa7ee84f0b83f58dcae0402c6d818c827fc05469 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 26 Jul 2024 09:58:59 +0200 Subject: [PATCH] Autotools: Quote PHP_CONFIG_NICE arguments --- configure.ac | 2 +- scripts/phpize.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 84dab9f5cc4..377831e499f 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_CONFIG_SRCDIR([main/php_version.h]) AC_CONFIG_AUX_DIR([build]) AC_PRESERVE_HELP_ORDER -PHP_CONFIG_NICE(config.nice) +PHP_CONFIG_NICE([config.nice]) PHP_CANONICAL_HOST_TARGET diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index bd81e350255..646a2728475 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -15,7 +15,7 @@ AC_CONFIG_SRCDIR([config.m4]) AC_CONFIG_AUX_DIR([build]) AC_PRESERVE_HELP_ORDER -PHP_CONFIG_NICE(config.nice) +PHP_CONFIG_NICE([config.nice]) AC_DEFUN([PHP_EXT_BUILDDIR],[.])dnl AC_DEFUN([PHP_EXT_DIR],[""])dnl