We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569c42b commit e98dfb7Copy full SHA for e98dfb7
1 file changed
ext/iconv/extconf.rb
@@ -9,6 +9,7 @@
9
raise "vasprintf is required for Ruby 1.8"
10
end
11
have_func("rb_sys_fail_str", "ruby.h")
12
+have_func("OBJ_INFECT", "ruby.h")
13
if have_func("iconv", "iconv.h") or
14
have_library("iconv", "iconv", "iconv.h")
15
check_signedness("size_t") rescue nil
0 commit comments