From 733d65df5e0ca8e415dd87caeb881e074d64f8ee Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 16 Feb 2013 00:59:24 +0000 Subject: * 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 --- ChangeLog | 6 ++++++ ext/socket/extconf.rb | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ce04ca3993..8802572325 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Feb 16 09:27:37 2013 Tanaka Akira + + * 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 * 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 -- cgit v1.2.3