mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
dd03a95e02
commit
4239bc0501
2 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Jan 19 11:10:11 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* 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 <masaki.suketa@nifty.ne.jp>
|
||||
|
||||
* ext/win32ole/win32ole.c (ole_set_safe_array): should not use
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue