mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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 ?". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4b5b88ec79
commit
733d65df5e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Sat Feb 16 09:27:37 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* 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@fsij.org>
|
||||
|
||||
* ext/socket/extconf.rb: reorder header tests to consider inclusion
|
||||
|
|
|
@ -29,7 +29,6 @@ unless $mswin or $bccwin or $mingw
|
|||
end
|
||||
|
||||
%w[
|
||||
sys/feature_tests.h
|
||||
sys/uio.h
|
||||
xti.h
|
||||
netinet/in_systm.h
|
||||
|
|
Loading…
Add table
Reference in a new issue