From 81c83f55e72bb16ba992dce61b90b9f4b46d2993 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 6 May 2015 21:54:07 +0000 Subject: io/console: win32_vk dependencies * ext/io/console/depend: check if VK table is modified by the checksum. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/io/console/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/io/console/extconf.rb') diff --git a/ext/io/console/extconf.rb b/ext/io/console/extconf.rb index 1658dc01eb..15fa798a4d 100644 --- a/ext/io/console/extconf.rb +++ b/ext/io/console/extconf.rb @@ -5,7 +5,7 @@ hdr = nil case when macro_defined?("_WIN32", "") # rb_w32_map_errno: 1.8.7 - vk_header = "win32_vk.h" + vk_header = "$(WIN32_VK_HEADER)" when hdr = %w"termios.h termio.h".find {|h| have_header(h)} have_func("cfmakeraw", hdr) when have_header(hdr = "sgtty.h") -- cgit v1.2.3