diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-27 07:21:31 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-27 07:21:31 +0000 |
commit | 76f1a4f010870cea8b792bad493fc0c0e4abea36 (patch) | |
tree | b84dc001d0e77844dbf9e46bd605073784b12cc0 /configure.in | |
parent | 9171f6863a8346c69944387d993d5e58f95c33a3 (diff) | |
download | ruby-76f1a4f010870cea8b792bad493fc0c0e4abea36.tar.gz |
* win32/win32.h: define isascii on MinGW for msvcrt compatibility.
* configure.in: set ac_cv_header_sys_time_h=no on MinGW
for msvcrt compatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 1c7e7bcace..cd12139236 100644 --- a/configure.in +++ b/configure.in @@ -349,6 +349,7 @@ mingw*) if test "$with_winsock2" = yes; then ac_cv_header_sys_param_h=no ac_cv_header_sys_resource_h=no ac_cv_header_sys_select_h=no + ac_cv_header_sys_time_h=no ac_cv_header_sys_times_h=no ac_cv_func_times=yes ac_cv_func_waitpid=yes |