diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3b971ac774..dbcf7c0cee 100644 --- a/configure.ac +++ b/configure.ac @@ -681,7 +681,7 @@ AS_IF([test "$GCC" = yes], [ # -fstack-protector AS_CASE(["$target_os"], - [mingw*], [ + [mingw*|haiku*], [ stack_protector=no ]) AS_IF([test -z "${stack_protector+set}"], [ |