diff options
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 1d0afbea804..4f7cb97883d 100755 --- a/configure +++ b/configure @@ -497,7 +497,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" ;; (*) |
