mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ fi
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_DEFUN([PHP_CHECK_GCC_ARG],[
|
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
|
dnl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue