ruby-changes:27213
From: akr <ko1@a...>
Date: Sat, 16 Feb 2013 10:00:12 +0900 (JST)
Subject: [ruby-changes:27213] akr:r39265 (trunk): * ext/socket/extconf.rb: don't test sys/feature_tests.h which is not
akr 2013-02-16 09:59:24 +0900 (Sat, 16 Feb 2013) New Revision: 39265 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39265 Log: * ext/socket/extconf.rb: don't test sys/feature_tests.h which is not used now. It was included in r7901 as "bug of gcc 3.0 on Solaris 8 ?". Modified files: trunk/ChangeLog trunk/ext/socket/extconf.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 39264) +++ ChangeLog (revision 39265) @@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Feb 16 09:27:37 2013 Tanaka Akira <akr@f...> + + * ext/socket/extconf.rb: don't test sys/feature_tests.h which is not + used now. + It was included in r7901 as "bug of gcc 3.0 on Solaris 8 ?". + Sat Feb 16 09:24:37 2013 Tanaka Akira <akr@f...> * ext/socket/extconf.rb: reorder header tests to consider inclusion Index: ext/socket/extconf.rb =================================================================== --- ext/socket/extconf.rb (revision 39264) +++ ext/socket/extconf.rb (revision 39265) @@ -29,7 +29,6 @@ unless $mswin or $bccwin or $mingw https://github.com/ruby/ruby/blob/trunk/ext/socket/extconf.rb#L29 end %w[ - sys/feature_tests.h sys/uio.h xti.h netinet/in_systm.h -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/