From 4239bc050137f615d709fe931473c2073624f4db Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 19 Jan 2008 02:10:14 +0000 Subject: * configure.in: Remove wrong assumptions about Cygwin. a patch from Corinna Vinschen in [ruby-Bugs-17018]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ configure.in | 7 +------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5833080404..92cfe9fff4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jan 19 11:10:11 2008 Nobuyoshi Nakada + + * configure.in: Remove wrong assumptions about Cygwin. a patch from + Corinna Vinschen in [ruby-Bugs-17018]. + Sat Jan 19 09:23:14 2008 Masaki Suketa * ext/win32ole/win32ole.c (ole_set_safe_array): should not use diff --git a/configure.in b/configure.in index 43d5b84293..a0f281c3ad 100644 --- a/configure.in +++ b/configure.in @@ -484,11 +484,7 @@ human*) ac_cv_func_getpgrp_void=yes ac_cv_func_setitimer=no ;; beos*) ac_cv_func_link=no;; -cygwin*) rb_cv_have_daylight=no - ac_cv_var_tzname=no - ac_cv_func__setjmp=no - ac_cv_func_setitimer=no - ;; +cygwin*) ;; mingw*) LIBS="-lshell32 -lws2_32 $LIBS" ac_cv_header_a_out_h=no ac_cv_header_pwd_h=no @@ -1569,7 +1565,6 @@ case "$target_os" in if test x"$enable_shared" = xyes; then LIBRUBY_SO='cyg$(RUBY_SO_NAME)'${MAJOR}${MINOR}${TEENY}.dll fi - AC_LIBOBJ([strftime]) ;; mingw*) RUBY_SO_NAME=${rb_cv_msvcrt}-'$(RUBY_INSTALL_NAME)'${MAJOR}${MINOR}${TEENY} -- cgit v1.2.3