summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2017-10-03 16:09:38 -0700
committerGitHub <noreply@github.com>2017-10-03 16:09:38 -0700
commitb01ea5105589569428be93d121e02ae0c933aef3 (patch)
tree6d70c3d9b77ca7da3588f4ffa29bbc608524b6de /configure.ac
parentbca2ee1c42332abc8deb57d620b0fc32b5394634 (diff)
Add Cryptominisat and LFSC to --show-config output. (#1194)
Also removed obsolete CUDD related code.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 55fa7a6ad..85660f223 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1512,9 +1512,11 @@ Bindings : $bindings_to_be_built
Multithreaded: $support_multithreaded
Portfolio : $with_portfolio
-MP library : $mplibrary
-GLPK : $with_glpk
ABC : $with_abc
+Cryptominisat: $with_cryptominisat
+GLPK : $with_glpk
+LFSC : $with_lfsc
+MP library : $mplibrary
Readline : $with_readline
CPPFLAGS : $CPPFLAGS
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback