From 3aa289ec19c6eed53418986c28d697423c0d3a94 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 25 Jun 2007 09:03:43 +0000 Subject: * ext/pty/extconf.rb: skip wince and win64. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pty/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/pty/extconf.rb b/ext/pty/extconf.rb index 5e126fe0c..87fbdc602 100644 --- a/ext/pty/extconf.rb +++ b/ext/pty/extconf.rb @@ -1,6 +1,6 @@ require 'mkmf' -if /mswin32|mingw|bccwin32/ !~ RUBY_PLATFORM +if /mswin|mingw|bccwin/ !~ RUBY_PLATFORM have_header("sys/stropts.h") have_func("setresuid") have_header("libutil.h") -- cgit