From: Theodore Ts'o Date: Sun, 5 May 2024 03:56:12 +0000 (-0400) Subject: configure: remove duplicated/unnecessary test for compiler fuzzing support X-Git-Tag: v1.47.1-wc1~128 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9ebb163c44a9512bb2902fc231659aedb66d1f73;p=tools%2Fe2fsprogs.git configure: remove duplicated/unnecessary test for compiler fuzzing support Signed-off-by: Theodore Ts'o --- 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