From 9816f87815d27405e1f6c53ed20ad51bdca570ce Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 15 Apr 2016 00:02:59 +0000 Subject: io/console: rb_sym2str * ext/io/console/console.c (rb_sym2str): fallback definition for older ruby. [ruby-core:74953] [Bug #12284] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/io/console/extconf.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/io/console/extconf.rb') diff --git a/ext/io/console/extconf.rb b/ext/io/console/extconf.rb index 454a3a70db..be536dff9f 100644 --- a/ext/io/console/extconf.rb +++ b/ext/io/console/extconf.rb @@ -18,6 +18,7 @@ end if ok have_header("sys/ioctl.h") if hdr have_func("rb_funcallv") + have_func("rb_sym2str") # rb_check_hash_type: 1.9.3 # rb_io_get_write_io: 1.9.1 # rb_cloexec_open: 2.0.0 -- cgit v1.2.3