From 3c57bf5ea51f53d3cb39982165d012a2a6ef4322 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 5 Jan 2012 16:40:14 +0100 Subject: [PATCH 1/1] build-sys: drop colorgcc --- autogen.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index 4c834b6d6..60a0286ac 100755 --- a/autogen.sh +++ b/autogen.sh @@ -48,10 +48,6 @@ if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then echo "Activated pre-commit hook." fi -if type -p colorgcc > /dev/null ; then - export CC=colorgcc -fi - libdir() { echo $(cd $1/$(gcc -print-multi-os-directory); pwd) } -- 2.30.2