diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2016-01-14 16:03:33 +0000 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2016-02-10 20:56:22 +0000 |
commit | e6ba74cf608cf733916f0df2471c6a5fc5a804cf (patch) | |
tree | 97511f9e9e2d412e58099b96d03368363265f3d0 /include | |
parent | 1e22c1d667e36a84c6212e68aa1eb00b81c811e1 (diff) | |
download | klee-e6ba74cf608cf733916f0df2471c6a5fc5a804cf.tar.gz |
Teach the configure script to configure the build to use the Z3 SMT
solver using the new ``--with-z3=`` option.
Diffstat (limited to 'include')
-rw-r--r-- | include/klee/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/klee/Config/config.h.in b/include/klee/Config/config.h.in index 9d34e7b6..28eefcb6 100644 --- a/include/klee/Config/config.h.in +++ b/include/klee/Config/config.h.in @@ -12,6 +12,9 @@ /* Using STP Solver backend */ #undef ENABLE_STP +/* Using Z3 Solver backend */ +#undef ENABLE_Z3 + /* Does the platform use __ctype_b_loc, etc. */ #undef HAVE_CTYPE_EXTERNALS |