We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74281ff + e98dfb7 commit 8353657Copy full SHA for 8353657
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