diff --git a/configure.ac b/configure.ac index 929d264229..c23ad7948d 100644 --- a/configure.ac +++ b/configure.ac @@ -955,7 +955,8 @@ if test x$use_hardening != xno; then case $host in *mingw*) - dnl stack-clash-protection doesn't currently work, and likely should just be skipped for Windows. + dnl stack-clash-protection doesn't compile with GCC 10 and earlier. + dnl In any case, it is a no-op for Windows. dnl See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90458 for more details. ;; *)