From: Vincent Bernat Date: Thu, 24 Apr 2014 15:53:34 +0000 (+0200) Subject: configure: enable use of colored output for gcc X-Git-Tag: 0.7.9~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6d3aa0f58f4274dbab4701c8fb0ad8389840b49;p=thirdparty%2Flldpd.git configure: enable use of colored output for gcc --- diff --git a/configure.ac b/configure.ac index 1262c147..19abe1b0 100644 --- a/configure.ac +++ b/configure.ac @@ -64,6 +64,7 @@ DX_INIT_DOXYGEN([lldpd], [doxygen.cfg], [doxygen]) # Check some compiler flags AX_CFLAGS_GCC_OPTION([-fdiagnostics-show-option]) +AX_CFLAGS_GCC_OPTION([-fdiagnostics-color=auto]) AX_CFLAGS_GCC_OPTION([-pipe]) AX_CFLAGS_GCC_OPTION([-Wall]) AX_CFLAGS_GCC_OPTION([-W])