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 \ | grep version \
| cut -d ' ' -f 5-) | cut -d ' ' -f 5-)
CFG_LLVM_TRIPLE=$("$CFG_LLVM_BINDIR/llc" \ CFG_LLVM_TRIPLE=$("$CFG_LLVM_BINDIR/llc" \
--version \ --version \
| grep Host: \ | grep Host: \
| cut -d ' ' -f 4-) | cut -d ' ' -f 4-)
elif [ ! -z "$CFG_LLVM_CONFIG" ] elif [ ! -z "$CFG_LLVM_CONFIG" ]
then then
CFG_LLVM_VERSION=$(llvm-config --version) CFG_LLVM_VERSION=$(llvm-config --version)