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:
commit
c29b1be5ed
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -591,7 +591,7 @@ then
|
||||||
LLVM_VERSION=$($LLVM_CONFIG --version)
|
LLVM_VERSION=$($LLVM_CONFIG --version)
|
||||||
|
|
||||||
case $LLVM_VERSION in
|
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"
|
msg "found ok version of LLVM: $LLVM_VERSION"
|
||||||
;;
|
;;
|
||||||
(*)
|
(*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue