rename RB_UBF_DFL to RUBY_UBF_IO

This commit is contained in:
Roger Pack 2008-09-24 11:01:57 -06:00
parent c17d4b6a7a
commit ab757bdf9d

View File

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