diff options
| author | bors <bors@rust-lang.org> | 2013-03-28 11:48:54 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-03-28 11:48:54 -0700 |
| commit | bb14ea922b236b5c152c2770221b0f9181c2cc7f (patch) | |
| tree | b929dce8d7a5093915c4754e2999f0f7496f63f0 | |
| parent | 09dc38eda54537c0c10b8a89852c714e3e14f57a (diff) | |
| parent | 07f8ce706334fcf199edb0182beeff8de0da3c3a (diff) | |
| download | rust-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-x | configure | 2 |
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" ;; (*) |
