cc: disable make_fuss during configure

Fixes Homebrew/homebrew#23885.
This commit is contained in:
Jack Nagel 2013-11-02 00:42:51 -05:00
parent 8ce3a9f168
commit a0a341c297

View File

@ -102,7 +102,7 @@ class Cmd
when :ld
ldflags + args
end.compact
make_fuss(allflags) if verbose?
make_fuss(allflags) if verbose? and cccfg? 'O'
allflags
end
def refurbished_args