diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1035,7 +1035,7 @@ fi # Determine if system stack overflows can be detected case "$arch,$system" in - i386,linux_elf) + i386,linux_elf|amd64,linux) echo "System stack overflow can be detected." echo "#define HAS_STACK_OVERFLOW_DETECTION" >> s.h;; *) |