From a1cd1429fb6f007735a3de792b5ba8ba24cd5328 Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Thu, 18 Jul 2013 02:33:11 +0200 Subject: [PATCH] remove non-portable sed invocation as brson says we no longer have clang in tree. --- configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure b/configure index 7138c395513..b46650c4c62 100755 --- a/configure +++ b/configure @@ -921,9 +921,6 @@ do esac need_ok "LLVM configure failed" - # Hack the tools Makefile to turn off the clang build - sed -i 's/clang//g' tools/Makefile - cd $CFG_BUILD_DIR fi