summaryrefslogtreecommitdiff
path: root/ext/dl/extconf.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-08 10:20:08 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-08 10:20:08 +0000
commit7db17c6ad6ace607939ff9b817f15b1b77af4e63 (patch)
treedfeee17ec9a6cde3d5118a4899a9f4cfde6842d1 /ext/dl/extconf.rb
parent4b3644bef769719e2b90c05b719120f27a438c23 (diff)
* ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer check
HAVE_RB_IO_STDIO_FILE. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dl/extconf.rb')
-rw-r--r--ext/dl/extconf.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/dl/extconf.rb b/ext/dl/extconf.rb
index 8bac1e83fb..abd8d8f781 100644
--- a/ext/dl/extconf.rb
+++ b/ext/dl/extconf.rb
@@ -25,8 +25,7 @@ else
check = false
end
-if( check )
- have_func("rb_io_stdio_file", "ruby/ruby.h")
+if check
$defs << %[-DRUBY_VERSION=\\"#{RUBY_VERSION}\\"]
create_makefile("dl")
end