diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-30 06:39:06 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-30 06:39:06 +0000 |
commit | d2a8eca8d832289a2707e37da78b99bf15ac3392 (patch) | |
tree | bbeafeaf5f342014f5632b2d77fd7012d48c0a92 | |
parent | 2526427be0401f0b7fc486a7d56e2e67eb094438 (diff) | |
download | ruby-d2a8eca8d832289a2707e37da78b99bf15ac3392.tar.gz ruby-d2a8eca8d832289a2707e37da78b99bf15ac3392.tar.xz ruby-d2a8eca8d832289a2707e37da78b99bf15ac3392.zip |
commit miss
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/mkmf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mkmf.rb b/lib/mkmf.rb index 15325601e..cf8a0a1ff 100644 --- a/lib/mkmf.rb +++ b/lib/mkmf.rb @@ -259,7 +259,7 @@ SRC end def try_constant(const, headers = nil, opt = "") - if true # CROSS_COMPILING + if CROSS_COMPILING unless try_compile(<<"SRC", opt) #{COMMON_HEADERS} #{cpp_include(headers)} |