auto merge of #5561 : fabiand/rust/wllvm32, r=catamorphism

Previously the build system only checked for llvm-3.1 - 2.8.
Now also 3.2 and 3.2svn is accepted.

Signed-off-by: Fabian Deutsch <fabian.deutsch@gmx.de>
This commit is contained in:
bors 2013-03-28 11:48:54 -07:00
commit bb14ea922b
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -533,7 +533,7 @@ then
LLVM_VERSION=$($LLVM_CONFIG --version)
case $LLVM_VERSION in
(3.1svn|3.1|3.0svn|3.0)
(3.2svn|3.2|3.1svn|3.1|3.0svn|3.0)
msg "found ok version of LLVM: $LLVM_VERSION"
;;
(*)