From 899ba99b9061850c2f0c40a2bcf76a0c17eae2a9 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 15 Feb 2013 22:59:40 +0000 Subject: * 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 --- ChangeLog | 8 ++++++++ configure.in | 2 +- ext/socket/extconf.rb | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 66bcdf3173..adbb9bee91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Feb 16 07:55:40 2013 Tanaka Akira + + * 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]. + Sat Feb 16 07:16:49 2013 Tanaka Akira * ext/socket/extconf.rb: test struct sockaddr_un and its member, diff --git a/configure.in b/configure.in index 64c7262f94..245eabfb5e 100644 --- a/configure.in +++ b/configure.in @@ -946,7 +946,7 @@ AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(limits.h sys/file.h sys/ioctl.h sys/syscall.h\ fcntl.h sys/fcntl.h sys/select.h sys/time.h sys/times.h sys/param.h\ syscall.h pwd.h grp.h a.out.h utime.h direct.h sys/resource.h \ - sys/mkdev.h sys/utime.h xti.h netinet/in_systm.h float.h ieeefp.h \ + sys/mkdev.h sys/utime.h netinet/in_systm.h float.h ieeefp.h \ ucontext.h intrinsics.h langinfo.h locale.h sys/sendfile.h time.h \ net/socket.h sys/socket.h process.h sys/prctl.h) 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 -- cgit v1.2.3