summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-05 16:40:14 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-05 16:40:14 +0100
commit3c57bf5ea51f53d3cb39982165d012a2a6ef4322 (patch)
treeddae85eb2f18b32eda3be682d5c09cd2e31d5619 /autogen.sh
parent2f9dec073b6557401804aae180eab744a8b1a3cc (diff)
build-sys: drop colorgcc
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 0 insertions, 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)
}