From 20ae79b0c26e2b9ee9441728353f27c571507a4d Mon Sep 17 00:00:00 2001 From: kosaki Date: Mon, 26 Sep 2011 00:19:03 +0000 Subject: * include/ruby/defines.h: remove NextStep, OpenStep, Rhapsody support. Last activity of their OSs are 7 years ago. * configure.in: ditto. * dir.c: ditto. * ext/tk/extconf.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tk') diff --git a/ext/tk/extconf.rb b/ext/tk/extconf.rb index 2f68d01e7f..be7ebb2616 100644 --- a/ext/tk/extconf.rb +++ b/ext/tk/extconf.rb @@ -541,7 +541,7 @@ end def get_ext_list() exts = [CONFIG['DLEXT']] exts.concat %w(dll lib) if is_win32? - exts.concat %w(bundle dylib) if is_macosx? || /nextstep|openstep|rhapsody/ =~ RUBY_PLATFORM + exts.concat %w(bundle dylib) if is_macosx? if enable_config("shared") == false [CONFIG['LIBEXT'], "a"].concat exts -- cgit v1.2.3