From 3ea6bebbad4c3b1ce6dd28b543e9931dfa150fb7 Mon Sep 17 00:00:00 2001 From: eban Date: Tue, 27 Jun 2006 07:21:31 +0000 Subject: * 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/trunk@10409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index e9fcc2fb24..14da1a5e65 100644 --- a/configure.in +++ b/configure.in @@ -361,6 +361,7 @@ mingw*) LIBS="-lshell32 -lws2_32 $LIBS" 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 -- cgit v1.2.3