Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 139376
Collapse All | Expand All

(-)1/mkconfig.rb (-1 / +1 lines)
Lines 46-52 Link Here
46
    v_fast << "  CONFIG[\"ruby_install_name\"] = \"" + "ruby".sub(/#{ptn[0]}/,ptn[1]) + "\"\n"
46
    v_fast << "  CONFIG[\"ruby_install_name\"] = \"" + "ruby".sub(/#{ptn[0]}/,ptn[1]) + "\"\n"
47
  elsif /^s[%,]@(\w+)@[%,](.*)[%,]/ =~ line
47
  elsif /^s[%,]@(\w+)@[%,](.*)[%,]/ =~ line
48
    name = $1
48
    name = $1
49
    val = $2 || ""
49
    val = $2.gsub(/(\\,)/, ',') || ""
50
    next if /^(?:ac_.*|DEFS|configure_input)$/ =~ name
50
    next if /^(?:ac_.*|DEFS|configure_input)$/ =~ name
51
    next if /^\$\(ac_\w+\)$/ =~ val
51
    next if /^\$\(ac_\w+\)$/ =~ val
52
    next if /^\$\{ac_\w+\}$/ =~ val
52
    next if /^\$\{ac_\w+\}$/ =~ val

Return to bug 139376