From e6ba74cf608cf733916f0df2471c6a5fc5a804cf Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Thu, 14 Jan 2016 16:03:33 +0000 Subject: Teach the configure script to configure the build to use the Z3 SMT solver using the new ``--with-z3=`` option. --- include/klee/Config/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 -- cgit 1.4.1