summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid CARLIER <devnexen@gmail.com>2021-10-16 20:53:51 +0000
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-10-17 14:00:59 +0900
commit1831693c1fe4d891112c877dd52d662de66965e7 (patch)
tree73a0f876b921a35c090bcb7fa09796012843aefd /configure.ac
parent82e2443d8b1e3edd2607c78dddf5aac79a13492d (diff)
haiku build update stack overflow check in libroot (haiku's libc) now
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4978
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e581d9ae12..efa39bf26e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1106,9 +1106,6 @@ main()
])
])
],
-[haiku*], [
- LIBS="$LIBS -lssp" # m lib is include in root
- ],
[cygwin*|msys*], [
ac_cv_header_langinfo_h=yes
RUBY_APPEND_OPTIONS(CPPFLAGS, -D_XOPEN_SOURCE -D_GNU_SOURCE)