1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix m4 quotation

We should not try to expand AX_CHECK_COMPILE_FLAG inside the
error message...
This commit is contained in:
Nikita Popov
2020-08-08 10:38:31 +02:00
parent e208cb23c6
commit 05478e985e

View 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