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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user