summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-07-12 19:19:19 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-07-12 19:24:06 +0200
commit9f64229f9ca69f5652b238a67531432e56108bd6 (patch)
tree49f02de73972be45813e236e7d28902d746c957b
parentshared/install: fix trivial memleak (diff)
downloadsystemd-9f64229f9ca69f5652b238a67531432e56108bd6.tar.xz
systemd-9f64229f9ca69f5652b238a67531432e56108bd6.zip
Revert "build-sys: don't enable color gcc on dumb terminals"
This reverts commit cd3069559a09b4e4f85a6f02aa8f0521f48359ca. Emacs compilation can be fixed by putting (custom-set-variables '(compilation-environment (quote ("GCC_COLORS=")))) in ~/.emacs.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 802009efcd..1e196f7307 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,7 +133,7 @@ CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
-ffast-math \
-fno-common \
-fdiagnostics-show-option \
- -fdiagnostics-color=auto \
+ -fdiagnostics-color \
-fno-strict-aliasing \
-fvisibility=hidden \
-ffunction-sections \