aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorZoltán Mizsei <zmizsei@extrowerk.com>2020-10-29 22:49:45 +0100
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-15 23:12:31 +0900
commit95423215849ad26e1b928b3d36af021472bb185b (patch)
tree43b6f4ad4927d3179ec6de03be97906409026060 /configure.ac
parent4d43ac2fb94de27ed6f87f92f2ef71808c9cc44b (diff)
downloadruby-95423215849ad26e1b928b3d36af021472bb185b.tar.gz
Haiku: disable stack-protector
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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}"], [