rename RB_UBF_DFL to RUBY_UBF_IO
This commit is contained in:
parent
c17d4b6a7a
commit
ab757bdf9d
@ -32,7 +32,7 @@ else
|
||||
exit 1
|
||||
end
|
||||
|
||||
if have_func('rb_thread_blocking_region') and have_macro('RB_UBF_DFL', 'ruby.h')
|
||||
if have_func('rb_thread_blocking_region') and have_macro('RUBY_UBF_IO', 'ruby.h')
|
||||
$CPPFLAGS << " -DHAVE_TBR"
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user