mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in: Define ac_cv_func_clock_getres to yes for mingw*.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4de7dcf8c8
commit
f43d9e22f6
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Sep 6 22:47:12 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* configure.in: Define ac_cv_func_clock_getres to yes for mingw*.
|
||||
|
||||
Fri Sep 6 21:04:10 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* rational.c: Include gmp.h if GMP is used.
|
||||
|
|
|
@ -965,6 +965,7 @@ main()
|
|||
rb_cv_large_fd_select=yes
|
||||
ac_cv_type_struct_timeval=yes
|
||||
ac_cv_func_clock_gettime=yes
|
||||
ac_cv_func_clock_getres=yes
|
||||
AC_CHECK_TYPE([NET_LUID], [], [],
|
||||
[@%:@include <windows.h>
|
||||
@%:@include <iphlpapi.h>])
|
||||
|
|
Loading…
Add table
Reference in a new issue