summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--ext/socket/extconf.rb1
2 files changed, 6 insertions, 1 deletions
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 <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
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