1
0
Fork 0
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:
David CARLIER 2021-10-17 11:19:26 +00:00 committed by Nobuyoshi Nakada
parent 6c74976aef
commit dfe944bfbe
Notes: git 2021-10-18 17:40:38 +09:00

View file

@ -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)