зеркало из https://github.com/github/ruby.git
* 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:
Родитель
3e6ec62611
Коммит
e2c4261204
|
@ -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)
|
||||
|
|
|
@ -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;;
|
||||
|
|
Загрузка…
Ссылка в новой задаче