From 05478e985eb50c473054b4f1bf174f48ead78784 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sat, 8 Aug 2020 10:38:31 +0200 Subject: [PATCH] Fix m4 quotation We should not try to expand AX_CHECK_COMPILE_FLAG inside the error message... --- build/php.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/php.m4 b/build/php.m4 index b827679b3e..0d0fb61fbe 100644 --- a/build/php.m4 +++ b/build/php.m4 @@ -305,7 +305,7 @@ fi ]) AC_DEFUN([PHP_CHECK_GCC_ARG],[ - AC_MSG_ERROR([Use AX_CHECK_COMPILE_FLAG instead]) + AC_MSG_ERROR([[Use AX_CHECK_COMPILE_FLAG instead]]) ]) dnl -- 2.40.0