summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-17 04:04:15 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-17 04:04:15 +0000
commit3ab5593de9bf4709f76140683dd1ee9119fd2462 (patch)
treefab4c65483c679a2e28ada06fe699679429a7ae7 /configure.in
parent9b3e810057e411c92fc2942b734ea85a15ceb9da (diff)
* configure.in: set ac_cv_func_dlopen=no on MinGW.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
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