# We don't want to build Emacs so it depends on bcrypt.dll, since then
# it will refuse to start on systems where that DLL is absent.
gl_cv_lib_assume_bcrypt=no
+# Force 'ac_cv_func_strsignal' to no as mingw64 libgccjit exports this
+# symbol erroneously
+# <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=45303#83>.
+ac_cv_func_strsignal=no
+ # Don't build the Gnulib free.c: it is not needed, since the w32
+ # implementation of 'free' doesn't touch errno, and it emits a
+ # compilation warning.
+ gl_cv_func_free_preserves_errno=yes