This commit is contained in:
Vítor Santos Costa 2015-01-20 02:59:54 +00:00
parent 3acf4b3fea
commit 61d6015d76
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -10915,7 +10915,7 @@ if test x"$LLVM_CONFIG" = x"no" ;then
as_fn_error $? "--enable-jit was given, but test for LLVM 3.5 failed" "$LINENO" 5
else
LLVM_VERSION="`$LLVM_CONFIG --version`"
if test "$LLVM_VERSION" != "3.5.0";then
if test "$LLVM_VERSION" != "3.5.0" -o "$LLVM_VERSION" != "3.5.1";then
as_fn_error $? "Test for LLVM 3.5 failed" "$LINENO" 5
fi