diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-15 22:59:40 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-15 22:59:40 +0000 |
commit | 899ba99b9061850c2f0c40a2bcf76a0c17eae2a9 (patch) | |
tree | a5d4490f7caab1fccc34365f950c77eec68655d8 /ext/socket/extconf.rb | |
parent | 35f8072e5c9a17d364f88df72f0751f894689931 (diff) |
* configure.in: don't test xti.h here.
* ext/socket/extconf.rb: test xti.h here.
Originally, xti.h is included for IRIX [ruby-core:14447].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/socket/extconf.rb')
-rw-r--r-- | ext/socket/extconf.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/socket/extconf.rb b/ext/socket/extconf.rb index 8e95dbb5f5..2821c32805 100644 --- a/ext/socket/extconf.rb +++ b/ext/socket/extconf.rb @@ -30,6 +30,7 @@ end %w[ sys/feature_tests.h + xti.h arpa/inet.h netinet/tcp.h netinet/udp.h |