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 --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') 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