auto merge of #11266 : lyuts/rust/opensuse_build, r=brson

Minor change for configuration script allows to build rust on openSUSE with using llvm installed from repos.
This commit is contained in:
bors 2014-01-02 10:16:50 -08:00
commit c29b1be5ed

2
configure vendored
View File

@ -591,7 +591,7 @@ then
LLVM_VERSION=$($LLVM_CONFIG --version)
case $LLVM_VERSION in
(3.3|3.3svn|3.2|3.2svn)
(3.[2-4]svn|3.[2-4])
msg "found ok version of LLVM: $LLVM_VERSION"
;;
(*)