mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Fix m4 quotation
We should not try to expand AX_CHECK_COMPILE_FLAG inside the error message...
This commit is contained in:
parent
e208cb23c6
commit
05478e985e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user