mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
haiku configure fix (again).
This commit is contained in:
parent
6c74976aef
commit
dfe944bfbe
Notes:
git
2021-10-18 17:40:38 +09:00
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue