summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid CARLIER <devnexen@gmail.com>2021-10-17 11:19:26 +0000
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-10-18 17:40:19 +0900
commitdfe944bfbed3cae47e3874de4ed0d2a96c047738 (patch)
tree1f2ca651be3bb20eeb3a17f5d772adf6b1e6de97 /configure.ac
parent6c74976aef2b6f3eeecf6bdcb9b2ac2d9105308e (diff)
haiku configure fix (again).
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4980
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index efa39bf26e..fa844eb7cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1106,6 +1106,9 @@ main()
])
])
],
+[haiku*], [
+ LIBS="$LIBS" # m lib is include in root
+ ],
[cygwin*|msys*], [
ac_cv_header_langinfo_h=yes
RUBY_APPEND_OPTIONS(CPPFLAGS, -D_XOPEN_SOURCE -D_GNU_SOURCE)