From f9aa334b5be35ebf5f6dea4f995b7f2a78d1b192 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 10 Dec 2012 09:01:27 +0000 Subject: * ext/fiddle/win32/*: library ports from DL to Fiddle. * ext/dl/win32/extconf.rb: check fiddle. often case dl compiled prior to fiddle, so this change is no meaning. in most cases, simply fiddle/win32 overwrite dl/win32. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dl/win32/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dl') diff --git a/ext/dl/win32/extconf.rb b/ext/dl/win32/extconf.rb index a72ca49c06..3e96b521ee 100644 --- a/ext/dl/win32/extconf.rb +++ b/ext/dl/win32/extconf.rb @@ -1,3 +1,3 @@ -if compiled?('dl') and $mswin||$bccwin||$mingw||$cygwin +if compiled?('dl') and !complied?('fiddle') and $mswin||$bccwin||$mingw||$cygwin create_makefile('win32') end -- cgit v1.2.3