summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cccefdf0f..8ce9fcb1d5 100644
--- a/ChangeLog
+++ b/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
diff --git a/configure.in b/configure.in
index ed0def7f8b..9f930fb5be 100644
--- a/configure.in
+++ b/configure.in
@@ -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