diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2013-10-22 09:12:35 -0700 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2013-10-22 09:12:35 -0700 |
commit | 99d864996eb7768f55d210cb7c286f316c5a8187 (patch) | |
tree | 37d674b765cfbac3d99dd95881552df3630184dd /configure | |
parent | 631e2f6f9ffcb9ad345220426ec080bd74e10cf3 (diff) | |
parent | cc0ac847684b276a4845b0d7fe0e880850bef8f9 (diff) | |
download | klee-99d864996eb7768f55d210cb7c286f316c5a8187.tar.gz |
Merge pull request #41 from hpalikareva/metasmt-multisolver
Support for KLEE-MultiSolver (http://srg.doc.ic.ac.uk/projects/klee-multisolver/)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure index 13d141d6..c4c880d9 100755 --- a/configure +++ b/configure @@ -4533,6 +4533,8 @@ $as_echo "#define SUPPORT_METASMT 1" >>confdefs.h METASMT_ROOT=$metasmt_root + REQUIRES_RTTI=1 + fi # Extract the first word of "runtest", so it can be a program name with args. |