From addefaa6a3ee7308b031e843ce222d99d218d1c4 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 11 Dec 2012 03:02:04 +0000 Subject: * ext/dl/win32/extconf.rb: Fix typo by Santiago Pastorino https://github.com/ruby/ruby/pull/221 fix GH-221 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dl/win32/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dl/win32') diff --git a/ext/dl/win32/extconf.rb b/ext/dl/win32/extconf.rb index 3e96b521ee..03590f24fa 100644 --- a/ext/dl/win32/extconf.rb +++ b/ext/dl/win32/extconf.rb @@ -1,3 +1,3 @@ -if compiled?('dl') and !complied?('fiddle') and $mswin||$bccwin||$mingw||$cygwin +if compiled?('dl') and !compiled?('fiddle') and $mswin||$bccwin||$mingw||$cygwin create_makefile('win32') end -- cgit v1.2.3