Make diagnostics colored with new gccs (4.9+) too.
authorNico Weber <thakis@chromium.org>
Mon, 9 Mar 2015 17:24:41 +0000 (10:24 -0700)
committerNico Weber <thakis@chromium.org>
Mon, 9 Mar 2015 17:24:41 +0000 (10:24 -0700)
commit00a061cde9acee7ceec69880439f6118a0a27fb2
tree362e17dfadd02ae9f4331ef0e4c1f20bef55b7ea
parentb0c9eab3f67547eb0f6c24721fe002f414505e73
Make diagnostics colored with new gccs (4.9+) too.

Both clang and gcc understand -fdiagnostics-color, so use that flag name.
(This will disable colored diagnostics for clangs older than LLVM 3.3,
but that is several years old by now.)
configure.py