Backport #5465 ยป ruby-1.9.3-fix-s390x-build.patch
ruby-1.9.3-p0/ext/tk/extconf.rb 2011-10-18 16:15:59.406299659 +0200 | ||
---|---|---|
end
|
||
|
||
def maybe_64bit?
|
||
/64|universal/ =~ RUBY_PLATFORM
|
||
/64|universal|s390x/ =~ RUBY_PLATFORM
|
||
end
|
||
|
||
def check_tcltk_version(version)
|