diff options
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 20fa9046..353649f3 100755 --- a/configure +++ b/configure @@ -2173,8 +2173,8 @@ if test X"${withval}" = Xdefault; then fi if !(test $llvm_version_major == 2 && - test $llvm_version_minor -lt 8 && - test "$with_runtime" == "Release"); then + test $llvm_version_minor -lt 8) && + test "$with_runtime" == "Release"; then with_runtime=Release+Asserts fi |