mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in: cleanups for MinGW. remove -D__NO_ISOCEXT in $CFLAGS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
220a9926c5
commit
c7976a64fc
1 changed files with 2 additions and 3 deletions
|
@ -271,7 +271,7 @@ cygwin*) rb_cv_have_daylight=no
|
|||
ac_cv_func__setjmp=no
|
||||
ac_cv_func_setitimer=no
|
||||
;;
|
||||
mingw*) LIBS="-lwsock32 -lmsvcrt $LIBS"
|
||||
mingw*) LIBS="-lwsock32 $LIBS"
|
||||
rb_cv_need_io_flush_between_rw=no
|
||||
rb_cv_need_io_flush_before_seek=no
|
||||
ac_cv_header_a_out_h=no
|
||||
|
@ -287,7 +287,7 @@ mingw*) LIBS="-lwsock32 -lmsvcrt $LIBS"
|
|||
ac_cv_func_vsnprintf=yes
|
||||
ac_cv_func_seekdir=yes
|
||||
ac_cv_func_telldir=yes
|
||||
ac_cv_func_crypt=no
|
||||
ac_cv_lib_crypt_crypt=no
|
||||
;;
|
||||
os2_emx*) LIBS="-lm $LIBS"
|
||||
ac_cv_lib_dir_opendir=no;;
|
||||
|
@ -1156,7 +1156,6 @@ case "$target_os" in
|
|||
COMMON_LIBS=m
|
||||
COMMON_MACROS="WIN32_LEAN_AND_MEAN="
|
||||
COMMON_HEADERS="windows.h winsock.h"
|
||||
CFLAGS="-D__NO_ISOCEXT $CFLAGS"
|
||||
CCDLFLAGS=-DIMPORT ;;
|
||||
esac
|
||||
if test x"$enable_shared" = xyes; then
|
||||
|
|
Loading…
Reference in a new issue