Skip to content

Commit 8353657

Browse files
authored
Merge pull request #38 from ruby/have-func
Added have_func
2 parents 74281ff + e98dfb7 commit 8353657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)