]> granicus.if.org Git - php/commitdiff
Fix m4 quotation
authorNikita Popov <nikita.ppv@gmail.com>
Sat, 8 Aug 2020 08:38:31 +0000 (10:38 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 8 Aug 2020 08:38:51 +0000 (10:38 +0200)
We should not try to expand AX_CHECK_COMPILE_FLAG inside the
error message...

build/php.m4

index b827679b3e6921fb59f8bca8ea2ec89c17cdfb20..0d0fb61fbe5d1a246108b3ee5fd9608f52396687 100644 (file)
@@ -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