about summary refs log tree commit diff homepage
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorHoang M. Le <hle@informatik.uni-bremen.de>2016-06-08 18:01:39 +0200
committerHoang M. Le <hle@informatik.uni-bremen.de>2016-06-10 11:32:20 +0200
commit3e5288a6d9719735a505647ad9fcfc63b5bb2fc1 (patch)
tree6f245eb7af61bfefbb1723bdbfb12c62867ebca4 /Makefile.config.in
parent70bb7ef976a6a7b43d8aad6577773feaed7a2ebd (diff)
downloadklee-3e5288a6d9719735a505647ad9fcfc63b5bb2fc1.tar.gz
add --with-metasmt-default-solver option to configure
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 7d3c05f6..d6eada4e 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -35,6 +35,7 @@ STP_LDFLAGS := @STP_LDFLAGS@
 
 ENABLE_METASMT := @ENABLE_METASMT@
 METASMT_ROOT := @METASMT_ROOT@
+METASMT_DEFAULT_SOLVER := @METASMT_DEFAULT_SOLVER@
 
 ENABLE_Z3 := @ENABLE_Z3@
 Z3_CFLAGS := @Z3_CFLAGS@