Skip to content

Commit 05478e9

Browse files
committed
Fix m4 quotation
We should not try to expand AX_CHECK_COMPILE_FLAG inside the error message...
1 parent e208cb2 commit 05478e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/php.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ fi
305305
])
306306

307307
AC_DEFUN([PHP_CHECK_GCC_ARG],[
308-
AC_MSG_ERROR([Use AX_CHECK_COMPILE_FLAG instead])
308+
AC_MSG_ERROR([[Use AX_CHECK_COMPILE_FLAG instead]])
309309
])
310310

311311
dnl

0 commit comments

Comments
 (0)