From 6704873b5229e709f15fc0b7b64444fa9fb552f3 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Wed, 11 Jun 2014 14:15:23 -0400 Subject: [PATCH] --best now implies --with-glpk --with-abc --- config/cvc4.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/cvc4.m4 b/config/cvc4.m4 index ea202e94f..1b0e88098 100644 --- a/config/cvc4.m4 +++ b/config/cvc4.m4 @@ -40,6 +40,8 @@ handle_option() { # set the best configuration handle_option --with-readline handle_option --with-cln + handle_option --with-glpk + handle_option --with-abc return ;; -enable-proofs|--enable-proofs) -- 2.30.2