Skip to content

Commit

Permalink
configure: remove duplicated/unnecessary test for compiler fuzzing su…
Browse files Browse the repository at this point in the history
…pport

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
  • Loading branch information
tytso committed May 5, 2024
1 parent b88b3b4 commit 9ebb163
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -15645,9 +15645,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu



fi
if test "$enable_fuzzer" = "yes" && test "$have_fuzzer" != "yes"; then
as_fn_error $? "Fuzzing not supported by compiler." "$LINENO" 5
fi

LINUX_CMT="#"
Expand Down
3 changes: 0 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1664,9 +1664,6 @@ if test "$enable_fuzzing" = "yes" || test "$enable_fuzzing" = "probe"; then
AC_SUBST(fuzzer_cflags)
AC_SUBST(fuzzer_ldflags)
fi
if test "$enable_fuzzer" = "yes" && test "$have_fuzzer" != "yes"; then
AC_MSG_ERROR([Fuzzing not supported by compiler.])
fi
AC_SUBST(FUZZING_CMT)
dnl
dnl OS-specific uncomment control
Expand Down

0 comments on commit 9ebb163

Please sign in to comment.