From 6591e26eb24ddf89e93941f1207511bb85ef54ae Mon Sep 17 00:00:00 2001 From: kosaki Date: Sun, 12 May 2013 08:53:40 +0000 Subject: * configure.in: removes 'ac_cv_func_fseeko=yes' form MinGW specific definitions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ configure.in | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 13f8efe144..0e225fe1bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun May 12 17:52:23 2013 KOSAKI Motohiro + + * configure.in: removes 'ac_cv_func_fseeko=yes' form MinGW + specific definitions. + Sun May 12 17:25:46 2013 KOSAKI Motohiro * configure.in: removes AC_CHECK_FUNCS(truncate64) because it's diff --git a/configure.in b/configure.in index 09a29b0742..6050b15d2a 100644 --- a/configure.in +++ b/configure.in @@ -941,7 +941,6 @@ main() ac_cv_func_isnan=yes ac_cv_func_finite=yes ac_cv_func_link=yes - ac_cv_func_fseeko=yes ac_cv_lib_crypt_crypt=no ac_cv_func_getpgrp_void=no ac_cv_func_memcmp_working=yes -- cgit v1.2.3