summaryrefslogtreecommitdiffstats
path: root/mkconfig.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-13 19:08:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-13 19:08:37 +0000
commit5e9a77420b32055a3ff5c9e2fecfb03e8ead6b51 (patch)
tree3455529d53ccd46f886f8fafc8cef909e94c9d18 /mkconfig.rb
parent55007277a1dfd1549067af324752cfb15a2b5d4c (diff)
downloadruby-5e9a77420b32055a3ff5c9e2fecfb03e8ead6b51.tar.gz
ruby-5e9a77420b32055a3ff5c9e2fecfb03e8ead6b51.tar.xz
ruby-5e9a77420b32055a3ff5c9e2fecfb03e8ead6b51.zip
* configure.in (AC_SYS_LARGEFILE): keep results also in command
options, to vail out of mismatch. [ruby-list:44114] * mkconfig.rb, lib/mkmf.rb (configuration): add DEFS. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mkconfig.rb')
-rwxr-xr-xmkconfig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkconfig.rb b/mkconfig.rb
index 1e75cae23..7678cd384 100755
--- a/mkconfig.rb
+++ b/mkconfig.rb
@@ -68,7 +68,7 @@ File.foreach "config.status" do |line|
end
if name
- next if /^(?:ac_.*|DEFS|configure_input|(?:top_)?srcdir|\w+OBJS)$/ =~ name
+ next if /^(?:ac_.*|configure_input|(?:top_)?srcdir|\w+OBJS)$/ =~ name
next if /^\$\(ac_\w+\)$/ =~ val
next if /^\$\{ac_\w+\}$/ =~ val
next if /^\$ac_\w+$/ =~ val