From 7b49822b2ef3bbfb11f75edf110fccb164a769b5 Mon Sep 17 00:00:00 2001 From: eban Date: Mon, 17 Jul 2006 04:04:15 +0000 Subject: * configure.in: set ac_cv_func_dlopen=no on MinGW. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ configure.in | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4cccefdf0..8ce9fcb1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Jul 17 12:58:41 2006 WATANABE Hirofumi + + * configure.in: set ac_cv_func_dlopen=no on MinGW. + Sat Jul 15 23:50:12 2006 Nobuyoshi Nakada * eval.c (rb_require_safe): wait for another thread requiring the same diff --git a/configure.in b/configure.in index ed0def7f8..9f930fb5b 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 -- cgit