aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
-rw-r--r--configure.ac3
2 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index 2b712e5d3..cba3191c2 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 e00e8d0e0..131caef38 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