]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 2b712e5d34dc5aafbbc3da0f077fa51f0f384642..cba3191c210fb0a13f08f61d08c07335ca8fc02f 100755 (executable)
--- a/configure
+++ b/configure
@@ -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="#"
index e00e8d0e0fb0a98b9408161da02077dac13411a7..131caef38a440ffe1f349cc6bec3c181364a91a3 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