diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-07-17 04:22:46 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-07-17 04:22:46 +0000 |
| commit | 4e541c3ef91f7c115cdd4694e76b556e2b3db93c (patch) | |
| tree | 5c413db7c8cd72120e8df8bdcbb688561f2f31c5 /configure.in | |
| parent | f2a7cf65d2a95859dd009ccb88221be02ad05c8a (diff) | |
| download | ruby-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.in | 2 |
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 |
