1
0
Fork 0
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:
akr 2013-02-16 00:59:24 +00:00
parent 4b5b88ec79
commit 733d65df5e
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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