зеркало из https://github.com/github/ruby.git
* configure.in: should use ac_cv_lib_dl_dlopen=no on MinGW.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
92a6541a3f
Коммит
0227035dd3
|
@ -1,6 +1,6 @@
|
|||
Mon Jul 17 12:58:41 2006 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* configure.in: set ac_cv_func_dlopen=no on MinGW.
|
||||
* configure.in: should use ac_cv_lib_dl_dlopen=no on MinGW.
|
||||
|
||||
Mon Jul 17 11:47:35 2006 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
|
|
|
@ -378,7 +378,7 @@ mingw*) LIBS="-lshell32 -lws2_32 $LIBS"
|
|||
ac_cv_func_getpgrp_void=no
|
||||
ac_cv_func_setpgrp_void=yes
|
||||
ac_cv_func_memcmp_working=yes
|
||||
ac_cv_func_dlopen=no
|
||||
ac_cv_lib_dl_dlopen=no
|
||||
rb_cv_binary_elf=no
|
||||
rb_cv_negative_time_t=no
|
||||
enable_pthread=no
|
||||
|
|
Загрузка…
Ссылка в новой задаче