aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTechnorama team <oss-ruby@technorama.net>2004-02-25 05:29:40 +0000
committerTechnorama team <oss-ruby@technorama.net>2004-02-25 05:29:40 +0000
commit3b361b42d34d88fdf7d3e1f1926a514f537bdbc4 (patch)
tree1bf4f3107d3bdade3cc61f781845f7f4c66fa671
parent9fb00dff659016d25ba739aaadfeaef423bfb7f2 (diff)
downloadruby-openssl-history-3b361b42d34d88fdf7d3e1f1926a514f537bdbc4.tar.gz
add check for rb_block_proc
-rw-r--r--extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/extconf.rb b/extconf.rb
index c4b5c81..7d1dc5d 100644
--- a/extconf.rb
+++ b/extconf.rb
@@ -98,6 +98,7 @@ end
message "=== Checking for Ruby features... ===\n"
have_func("rb_obj_init_copy", "ruby.h")
+have_func("rb_block_proc", "ruby.h")
message "=== Checking done. ===\n"
if ruby_version >= 1.8