build: Whitespace police in configure. Puts out burning tinderbox.

This commit is contained in:
Patrick Walton 2011-05-04 19:14:01 -07:00
parent d55fa2a9a3
commit 1299e74db3

6
configure vendored
View File

@ -217,9 +217,9 @@ then
| grep version \
| cut -d ' ' -f 5-)
CFG_LLVM_TRIPLE=$("$CFG_LLVM_BINDIR/llc" \
--version \
| grep Host: \
| cut -d ' ' -f 4-)
--version \
| grep Host: \
| cut -d ' ' -f 4-)
elif [ ! -z "$CFG_LLVM_CONFIG" ]
then
CFG_LLVM_VERSION=$(llvm-config --version)