diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-16 00:59:24 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-16 00:59:24 +0000 |
commit | 733d65df5e0ca8e415dd87caeb881e074d64f8ee (patch) | |
tree | 291b30e6869574a030d8be1a6297258108c9e0a6 | |
parent | 4b5b88ec7985ea043a0552e4bf43f5c6c61b2028 (diff) |
* 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
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ext/socket/extconf.rb | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Sat Feb 16 09:27:37 2013 Tanaka Akira <[email protected]> + + * 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 <[email protected]> * ext/socket/extconf.rb: reorder header tests to consider inclusion diff --git a/ext/socket/extconf.rb b/ext/socket/extconf.rb index 67a23e7d4c..d4b3f39165 100644 --- a/ext/socket/extconf.rb +++ b/ext/socket/extconf.rb @@ -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 |