[前][次][番号順一覧][スレッド一覧]

ruby-changes:27210

From: akr <ko1@a...>
Date: Sat, 16 Feb 2013 08:00:44 +0900 (JST)
Subject: [ruby-changes:27210] akr:r39262 (trunk): * configure.in: don't test xti.h here.

akr	2013-02-16 07:59:40 +0900 (Sat, 16 Feb 2013)

  New Revision: 39262

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39262

  Log:
    * 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].

  Modified files:
    trunk/ChangeLog
    trunk/configure.in
    trunk/ext/socket/extconf.rb

Index: configure.in
===================================================================
--- configure.in	(revision 39261)
+++ configure.in	(revision 39262)
@@ -946,7 +946,7 @@ AC_HEADER_SYS_WAIT https://github.com/ruby/ruby/blob/trunk/configure.in#L946
 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)
 
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39261)
+++ ChangeLog	(revision 39262)
@@ -1,3 +1,11 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Feb 16 07:55:40 2013  Tanaka Akira  <akr@f...>
+
+	* 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  <akr@f...>
 
 	* ext/socket/extconf.rb: test struct sockaddr_un and its member,
Index: ext/socket/extconf.rb
===================================================================
--- ext/socket/extconf.rb	(revision 39261)
+++ ext/socket/extconf.rb	(revision 39262)
@@ -30,6 +30,7 @@ end https://github.com/ruby/ruby/blob/trunk/ext/socket/extconf.rb#L30
 
 %w[
   sys/feature_tests.h
+  xti.h
   arpa/inet.h
   netinet/tcp.h
   netinet/udp.h

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]