Whamcloud - gitweb
configure: remove duplicated/unnecessary test for compiler fuzzing support
authorTheodore Ts'o <tytso@mit.edu>
Sun, 5 May 2024 03:56:12 +0000 (23:56 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 5 May 2024 03:56:12 +0000 (23:56 -0400)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.ac

index 2b712e5..cba3191 100755 (executable)
--- 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="#"
index e00e8d0..131caef 100644 (file)
@@ -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