[pty] Fix missing or
This commit is contained in:
parent
3368913be3
commit
8d5d6ec6e7
@ -17,7 +17,7 @@ if /mswin|mingw|bccwin/ !~ RUBY_PLATFORM
|
||||
if openpt
|
||||
have_func("ptsname_r") or have_func("ptsname")
|
||||
end
|
||||
if openpt
|
||||
if openpt or
|
||||
(util or have_func("openpty")) or
|
||||
have_func("_getpty") or
|
||||
have_func("ioctl")
|
||||
|
Loading…
x
Reference in New Issue
Block a user