mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue