about summary refs log tree commit homepage
path: root/ext/kgio/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/kgio/extconf.rb')
-rw-r--r--ext/kgio/extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/kgio/extconf.rb b/ext/kgio/extconf.rb
index 2eb35f7..09d710b 100644
--- a/ext/kgio/extconf.rb
+++ b/ext/kgio/extconf.rb
@@ -14,6 +14,7 @@ else
   have_func('rb_fdopen')
 end
 have_func('rb_io_ascii8bit_binmode')
+have_func('rb_thread_blocking_region')
 
 dir_config('kgio')
 create_makefile('kgio_ext')