summaryrefslogtreecommitdiffstats
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
commit4e541c3ef91f7c115cdd4694e76b556e2b3db93c (patch)
tree5c413db7c8cd72120e8df8bdcbb688561f2f31c5 /configure.in
parentf2a7cf65d2a95859dd009ccb88221be02ad05c8a (diff)
downloadruby-4e541c3ef91f7c115cdd4694e76b556e2b3db93c.tar.gz
ruby-4e541c3ef91f7c115cdd4694e76b556e2b3db93c.tar.xz
ruby-4e541c3ef91f7c115cdd4694e76b556e2b3db93c.zip
* configure.in: should use ac_cv_lib_dl_dlopen=no on MinGW.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@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 82fa852dd..054350802 100644
--- a/configure.in
+++ b/configure.in
@@ -378,7 +378,7 @@ mingw*) LIBS="-lshell32 -lws2_32 $LIBS"
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