about summary refs log tree commit diff homepage
path: root/configure
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-10-04 19:37:11 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-10-04 19:37:11 +0000
commitd4cee7be038ca19f82d33d5ba24accbda55558ee (patch)
treeb978754cbe52aab9924df26cf8b80b6255c665e4 /configure
parente1aba0af31cc5f2cceeec7a4617b5db8ae95e90b (diff)
downloadklee-d4cee7be038ca19f82d33d5ba24accbda55558ee.tar.gz
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@115542 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
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