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

ruby-changes:53682

From: nobu <ko1@a...>
Date: Wed, 21 Nov 2018 12:27:04 +0900 (JST)
Subject: [ruby-changes:53682] nobu:r65898 (trunk): configure.ac: gather preset variables on mingw

nobu	2018-11-21 12:26:58 +0900 (Wed, 21 Nov 2018)

  New Revision: 65898

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65898

  Log:
    configure.ac: gather preset variables on mingw

  Modified files:
    trunk/configure.ac
Index: configure.ac
===================================================================
--- configure.ac	(revision 65897)
+++ configure.ac	(revision 65898)
@@ -958,6 +958,8 @@ main() https://github.com/ruby/ruby/blob/trunk/configure.ac#L958
                 ac_cv_func_clock_gettime=yes
                 ac_cv_func_clock_getres=yes
 		ac_cv_func_malloc_usable_size=no
+		ac_cv_type_off_t=yes
+		ac_cv_sizeof_off_t=8
 		AS_IF([test "$target_cpu" = x64], [
 		    ac_cv_func___builtin_setjmp=no
 		    ac_cv_func_round=no
@@ -1144,7 +1146,6 @@ mv confdefs1.h confdefs.h https://github.com/ruby/ruby/blob/trunk/configure.ac#L1146
 cat largefile.h >> confdefs.h
 
 AS_CASE(["$target_os"],
-    [mingw*], [ac_cv_type_off_t=yes;ac_cv_sizeof_off_t=8],
     [aix*], [
     AS_CASE(["$target_cpu:$ac_cv_sys_large_files"],
 	[ppc64:*|powerpc64:*], [],

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

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