* 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
This commit is contained in:
parent
96ffcf557b
commit
6591e26eb2
@ -1,3 +1,8 @@
|
||||
Sun May 12 17:52:23 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* configure.in: removes 'ac_cv_func_fseeko=yes' form MinGW
|
||||
specific definitions.
|
||||
|
||||
Sun May 12 17:25:46 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* configure.in: removes AC_CHECK_FUNCS(truncate64) because it's
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user