Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 234877 | Differences between
and this patch

Collapse All | Expand All

(-)lib/mkmf.rb.orig (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
unless defined? $configure_args
19
unless defined? $configure_args
20
  $configure_args = {}
20
  $configure_args = {}
21
  args = CONFIG["configure_args"]
21
  args = CONFIG["configure_args"] || ""
22
  if ENV["CONFIGURE_ARGS"]
22
  if ENV["CONFIGURE_ARGS"]
23
    args << " " << ENV["CONFIGURE_ARGS"]
23
    args << " " << ENV["CONFIGURE_ARGS"]
24
  end
24
  end

Return to bug 234877