configure.ac: when KERNEL_MODE_DEFAULTS, set ENABLED_SMALL_STACK_CACHE_DEFAULT=yes regardless of FIPS/version.

This commit is contained in:
Daniel Pouzzner
2025-12-16 16:58:56 -06:00
parent 8e03d0523c
commit 8090817c11

View File

@@ -7512,7 +7512,7 @@ then
fi
# Small Stack - Cache on object
if test "$KERNEL_MODE_DEFAULTS" = "yes" && (test "$ENABLED_FIPS" = "no" || test "$HAVE_FIPS_VERSION" -ge 6)
if test "$KERNEL_MODE_DEFAULTS" = "yes"
then
ENABLED_SMALL_STACK_CACHE_DEFAULT=yes
else