File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
- AC_MSG_CHECKING ( for clang fuzzer SAPI )
2
-
3
- PHP_ARG_ENABLE([ fuzzer] ,,
1
+ PHP_ARG_ENABLE([ fuzzer] ,
2
+ [ for Clang fuzzer SAPI] ,
4
3
[ AS_HELP_STRING ( [ --enable-fuzzer] ,
5
- [ Build PHP as clang fuzzing test module (for developers)] ) ] ,
4
+ [ Build PHP as Clang fuzzing test module (for developers)] ) ] ,
6
5
[ no] ,
7
6
[ no] )
8
7
9
- dnl For newer clang versions see https://llvm.org/docs/LibFuzzer.html#fuzzer-usage
8
+ dnl For newer Clang versions see https://llvm.org/docs/LibFuzzer.html#fuzzer-usage
10
9
dnl for relevant flags.
11
10
12
11
dnl Macro to define fuzzing target
@@ -20,8 +19,6 @@ AC_DEFUN([PHP_FUZZER_TARGET], [
20
19
] )
21
20
22
21
if test "$PHP_FUZZER" != "no"; then
23
- AC_MSG_RESULT ( [ yes] )
24
-
25
22
AS_VAR_IF ( [ enable_zts] , [ yes] , [ AC_MSG_ERROR ( m4_normalize ( [
26
23
Thread safety (--enable-zts) is not supported when building fuzzing module
27
24
(--enable-fuzzer). Please build fuzzer without ZTS.
@@ -78,5 +75,3 @@ if test "$PHP_FUZZER" != "no"; then
78
75
79
76
PHP_SUBST(PHP_FUZZER_BINARIES)
80
77
fi
81
-
82
- AC_MSG_RESULT ( $PHP_FUZZER )
You can’t perform that action at this time.
0 commit comments