aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-15 11:16:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-15 11:16:27 +0000
commit834a0dc3be06acc066b4fc7346a47036f542df9d (patch)
tree6ffa99c8b3ae4eec7fc4eb4966de89c881bc65cb /configure.in
parent7585516b5ab6121caae941fcd437e62c62d2a268 (diff)
downloadruby-834a0dc3be06acc066b4fc7346a47036f542df9d.tar.gz
configure.in: negative time_t for mingw
* configure.in: mingw also uses MSVCRT accepts negative time_t. c.f. r58681. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index abf7e5342b..cc008dbebf 100644
--- a/configure.in
+++ b/configure.in
@@ -1318,6 +1318,7 @@ main()
ac_cv_func_round=no
])
ac_cv_func_tgamma=no
+ rb_cv_negative_time_t=yes
AC_CHECK_TYPE([NET_LUID], [], [],
[@%:@include <winsock2.h>
@%:@include <iphlpapi.h>])