From d81af2f7b255a67a48bd6279394a0bbdde462634 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@12612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ ext/pty/extconf.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 968980b8b2..90f7c1f57e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Jun 25 18:02:55 2007 NAKAMURA Usaku + + * ext/pty/extconf.rb: skip wince and win64. + Mon Jun 25 17:59:32 2007 NAKAMURA Usaku * include/ruby/node.h (NODE_LMASK, nd_line): shouldn't use int and/or diff --git a/ext/pty/extconf.rb b/ext/pty/extconf.rb index 5e126fe0cf..87fbdc6024 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 v1.2.3