From 9b298597234470a9b0c2c95aeb30feb342991764 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/branches/ruby_1_8@15123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 05039520a2..7817c252d8 100644 --- a/configure.in +++ b/configure.in @@ -389,11 +389,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*) if test "$with_winsock2" = yes; then LIBS="-lws2_32 $LIBS" else @@ -1518,7 +1514,6 @@ case "$target_os" in LIBRUBY_SO='cyg$(RUBY_SO_NAME)'${MAJOR}${MINOR}.dll LIBRUBY='lib$(RUBY_SO_NAME).dll.a' fi - AC_LIBOBJ([strftime]) ;; mingw*) RUBY_SO_NAME=${rb_cv_msvcrt}-'$(RUBY_INSTALL_NAME)'${MAJOR}${MINOR} -- cgit v1.2.3