diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-11 06:02:35 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-11 06:02:35 +0000 |
commit | ab52f186dc314e5a37adea80c83f619bf4631c1c (patch) | |
tree | 3c836dcc6643d0ebe1898bfaaa6da0e6c3d7894b /configure.in | |
parent | 366611a9acd4211a93fe837245a7d1705707db06 (diff) |
merge revision(s) 15123:
* 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_6@17092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 9442cff8bf..8621cef90a 100644 --- a/configure.in +++ b/configure.in @@ -377,11 +377,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 @@ -1504,7 +1500,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} |