1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in: don't find the Cygwin's pthread library on MinGW.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2003-11-20 10:20:20 +00:00
parent edb9ab1b15
commit 65f4f950fb
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Thu Nov 20 19:19:22 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in: don't find the Cygwin's pthread library on MinGW.
Thu Nov 20 19:15:50 2003 Minero Aoki <aamine@loveruby.net>
* lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not

View file

@ -287,6 +287,7 @@ mingw*) LIBS="-lwsock32 $LIBS"
ac_cv_func_seekdir=yes
ac_cv_func_telldir=yes
ac_cv_lib_crypt_crypt=no
ac_cv_lib_pthread_pthread_mutex_init=no
;;
os2-emx*) LIBS="-lm $LIBS"
ac_cv_lib_dir_opendir=no;;