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

* configure.in: set enable_pthread to no on MinGW.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2003-11-22 14:24:35 +00:00
parent 3e6ec62611
commit e2c4261204
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sat Nov 22 23:09:45 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in: set enable_pthread to no on MinGW.
Sat Nov 22 22:56:20 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* configure.in: add --enable-pthread option (default: yes)

View file

@ -300,7 +300,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
enable_pthread=no
;;
os2-emx*) LIBS="-lm $LIBS"
ac_cv_lib_dir_opendir=no;;