summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-17 04:22:46 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-17 04:22:46 +0000
commitf2cfba14101d408f7ee7d2c823465ea00a854293 (patch)
tree7ca7fd5cea09db3ce772cc880b077b5f2bcdfa6a /configure.in
parent67156f73e073f16999ef13ac91686c9b07687273 (diff)
* configure.in: should use ac_cv_lib_dl_dlopen=no on MinGW.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9f930fb5be..e6b1909afb 100644
--- a/configure.in
+++ b/configure.in
@@ -365,7 +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
+ ac_cv_lib_dl_dlopen=no
rb_cv_binary_elf=no
rb_cv_negative_time_t=no
enable_pthread=no