summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-19 07:39:40 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-19 07:39:40 +0000
commit512db243d77c19187db266087ec4927258a242c1 (patch)
treecaf13524ccd90ef0ad1e4ddbfcc809c4d1d4dcd2 /lib
parent5898798b80d96395378ef64de98c59c926bddb22 (diff)
* configure.in: cleanup for autoconf 2.5x.
* configure.in: use gcc -shared instead of dllwrap on Cygwin/MinGW. * ext/extmk.rb, lib/mkmf.rb: get rid of "--def=". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/mkmf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mkmf.rb b/lib/mkmf.rb
index 6ce571301b..a4f7e58899 100644
--- a/lib/mkmf.rb
+++ b/lib/mkmf.rb
@@ -443,7 +443,7 @@ def create_makefile(target, srcprefix = nil)
end
end
end
- defflag = "--def=" + deffile
+ defflag = deffile
end
if RUBY_PLATFORM =~ /mswin32/