@@ -769,7 +769,10 @@ if test "$PHP_GCOV" = "yes"; then
769
769
esac
770
770
771
771
if test "$gcc_ccache" = "yes" && (test -z "$CCACHE_DISABLE" || test "$CCACHE_DISABLE" != "1"); then
772
- AC_MSG_ERROR ( [ ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.] )
772
+ AC_MSG_ERROR ( m4_text_wrap ( [
773
+ ccache must be disabled when --enable-gcov option is used. You can disable
774
+ ccache by setting environment variable CCACHE_DISABLE=1.
775
+ ] ) )
773
776
fi
774
777
775
778
AC_DEFINE ( [ HAVE_GCOV] , [ 1] , [ Define to 1 if GCOV code coverage is enabled.] )
@@ -843,7 +846,7 @@ AS_VAR_IF([ZEND_ZTS], [yes], [PHP_THREAD_SAFETY=yes], [PHP_THREAD_SAFETY=no])
843
846
844
847
AS_VAR_IF ( [ PHP_THREAD_SAFETY] , [ yes] , [
845
848
AS_VAR_IF ( [ pthreads_working] , [ yes] , [ ] ,
846
- [ AC_MSG_FAILURE ( m4_normalize ( [
849
+ [ AC_MSG_FAILURE ( m4_text_wrap ( [
847
850
Unable to verify system support for POSIX Threads, which are required for
848
851
PHP thread safety (ZTS) build.
849
852
] ) ) ] )
@@ -1140,7 +1143,7 @@ AS_VAR_IF([PHP_PEAR], [no],, [
1140
1143
AC_MSG_WARN ( [ The --with-pear option is deprecated] )
1141
1144
1142
1145
dnl PEAR dependencies.
1143
- AS_VAR_IF ( [ PHP_XML] , [ no] , [ AC_MSG_ERROR ( m4_normalize ( [
1146
+ AS_VAR_IF ( [ PHP_XML] , [ no] , [ AC_MSG_ERROR ( m4_text_wrap ( [
1144
1147
PEAR requires XML to be enabled. Add '--enable-xml' to the configure line,
1145
1148
or disable PEAR (--without-pear).
1146
1149
] ) ) ] )
@@ -1494,7 +1497,7 @@ AS_VAR_IF([PHP_MEMORY_SANITIZER], [yes],
1494
1497
] )
1495
1498
1496
1499
AS_VAR_IF ( [ PHP_ADDRESS_SANITIZER] , [ yes] ,
1497
- [ AS_VAR_IF ( [ PHP_VALGRIND] , [ no] ,, [ AC_MSG_ERROR ( m4_normalize ( [
1500
+ [ AS_VAR_IF ( [ PHP_VALGRIND] , [ no] ,, [ AC_MSG_ERROR ( m4_text_wrap ( [
1498
1501
Valgrind and address sanitizer are not compatible. Either disable Valgrind
1499
1502
(remove --with-valgrind) or disable address sanitizer (remove
1500
1503
--enable-address-sanitizer).
0 commit comments