Skip to content

Commit e98dfb7

Browse files
committed
Added have_func
1 parent 569c42b commit e98dfb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ext/iconv/extconf.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
raise "vasprintf is required for Ruby 1.8"
1010
end
1111
have_func("rb_sys_fail_str", "ruby.h")
12+
have_func("OBJ_INFECT", "ruby.h")
1213
if have_func("iconv", "iconv.h") or
1314
have_library("iconv", "iconv", "iconv.h")
1415
check_signedness("size_t") rescue nil

0 commit comments

Comments
 (0)