Skip to content

Commit

Permalink
* configure.in: set ac_cv_func_dlopen=no on MinGW.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
eban committed Jul 17, 2006
1 parent 4755f0d commit 7b49822
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
Mon Jul 17 12:58:41 2006 WATANABE Hirofumi <eban@ruby-lang.org>

* configure.in: set ac_cv_func_dlopen=no on MinGW.

Sat Jul 15 23:50:12 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>

* eval.c (rb_require_safe): wait for another thread requiring the same
Expand Down
1 change: 1 addition & 0 deletions configure.in
Expand Up @@ -365,6 +365,7 @@ mingw*) if test "$with_winsock2" = yes; then
ac_cv_func_getpgrp_void=no
ac_cv_func_setpgrp_void=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_dlopen=no
rb_cv_binary_elf=no
rb_cv_negative_time_t=no
enable_pthread=no
Expand Down

0 comments on commit 7b49822

Please sign in to comment.