summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-03-28 11:48:54 -0700
committerbors <bors@rust-lang.org>2013-03-28 11:48:54 -0700
commitbb14ea922b236b5c152c2770221b0f9181c2cc7f (patch)
treeb929dce8d7a5093915c4754e2999f0f7496f63f0
parent09dc38eda54537c0c10b8a89852c714e3e14f57a (diff)
parent07f8ce706334fcf199edb0182beeff8de0da3c3a (diff)
downloadrust-bb14ea922b236b5c152c2770221b0f9181c2cc7f.tar.gz
rust-bb14ea922b236b5c152c2770221b0f9181c2cc7f.zip
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>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 468ab2da869..287705a0e58 100755
--- a/configure
+++ b/configure
@@ -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"
 	    ;;
 	(*)