chiark / gitweb /
build-sys: don't enable color gcc on dumb terminals
authorLennart Poettering <lennart@poettering.net>
Thu, 11 Jul 2013 23:15:52 +0000 (01:15 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 11 Jul 2013 23:15:52 +0000 (01:15 +0200)
Guys, we know that emacs is the best editor on earth, but unfortunately
its "M-x compile" terminal cannot do colors (well, it does its own
highlighting of the output anyway), and it will inform the programs it
calls about this with TERM=dumb, and gcc should check for that. But you
guys turned that off. Not cool. Let's turn it on again.

configure.ac

index 1e196f730764091fe3df22d98f2f30dfb9e595c5..802009efcda6428f4979f4921787be92687fc6db 100644 (file)
@@ -133,7 +133,7 @@ CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
         -ffast-math \
         -fno-common \
         -fdiagnostics-show-option \
-        -fdiagnostics-color \
+        -fdiagnostics-color=auto \
         -fno-strict-aliasing \
         -fvisibility=hidden \
         -ffunction-sections \