From: Lucas De Marchi Date: Sat, 26 Oct 2013 04:51:05 +0000 (-0200) Subject: build-sys: enable colored diagnostics if available X-Git-Tag: v16~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3e0a07566b1544b2bd9df6f611ad9d2d2128709;p=thirdparty%2Fkmod.git build-sys: enable colored diagnostics if available --- diff --git a/configure.ac b/configure.ac index e7416f6a..38187a1a 100644 --- a/configure.ac +++ b/configure.ac @@ -179,6 +179,7 @@ CC_CHECK_FLAGS_APPEND(with_cflags, [CFLAGS], [\ -Wuninitialized \ -fno-common \ -fdiagnostics-show-option \ + -fdiagnostics-color=auto \ -fvisibility=hidden \ -ffunction-sections \ -fdata-sections])