From b22352af91b13512301103d8d1b73bc999186225 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 22 Jul 2018 10:02:54 +0000 Subject: Remove needless `nacl` check `nacl` support already removed by https://github.com/ruby/ruby/pull/1726. [Fix GH-1920] From: yuuji.yaginuma git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pty/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pty/extconf.rb') diff --git a/ext/pty/extconf.rb b/ext/pty/extconf.rb index 4379177755..7721a744c8 100644 --- a/ext/pty/extconf.rb +++ b/ext/pty/extconf.rb @@ -3,7 +3,7 @@ require 'mkmf' $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" -if /mswin|mingw|bccwin|nacl/ !~ RUBY_PLATFORM +if /mswin|mingw|bccwin/ !~ RUBY_PLATFORM have_header("sys/stropts.h") have_func("setresuid") have_header("libutil.h") -- cgit v1.2.3