summaryrefslogtreecommitdiff
path: root/lib/mkmf.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-23 12:42:29 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-23 12:42:29 +0000
commit87fe2bfdcf16b37608b5c1b51da63f024818cc85 (patch)
tree1bf4da85a7971c66b3cd7d9f7aae94ac3af5d7f5 /lib/mkmf.rb
parentca7ffa341835d947f08446d4257f34626f6fa56e (diff)
mkmf.rb: fallback mkintpath
* lib/mkmf.rb (MakeMakefile#mkintpath): not a global function now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/mkmf.rb')
-rw-r--r--lib/mkmf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mkmf.rb b/lib/mkmf.rb
index 07c6143af3..808aeaa4e5 100644
--- a/lib/mkmf.rb
+++ b/lib/mkmf.rb
@@ -1720,7 +1720,7 @@ SRC
end
end
end
- unless defined?(mkintpath)
+ unless method_defined?(:mkintpath)
def mkintpath(path)
path
end