From 9ebb163c44a9512bb2902fc231659aedb66d1f73 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 4 May 2024 23:56:12 -0400 Subject: [PATCH] configure: remove duplicated/unnecessary test for compiler fuzzing support Signed-off-by: Theodore Ts'o --- configure | 3 --- configure.ac | 3 --- 2 files changed, 6 deletions(-) diff --git a/configure b/configure index 2b712e5..cba3191 100755 --- a/configure +++ b/configure @@ -15646,9 +15646,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="#" CYGWIN_CMT="#" diff --git a/configure.ac b/configure.ac index e00e8d0..131caef 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 1.8.3.1