summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 595eaf8ebc83..209975c9e15a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -815,6 +815,10 @@ AC_ARG_ENABLE(lpsolve,
AS_HELP_STRING([--disable-lpsolve],
[Disable compilation of the lp solve solver ])
)
+AC_ARG_ENABLE(coinmp,
+ AS_HELP_STRING([--disable-coinmp],
+ [Disable compilation of the CoinMP solver ])
+)
AC_ARG_ENABLE(pdfimport,
AS_HELP_STRING([--disable-pdfimport],