diff options
author | Rene Engelhard <rene@debian.org> | 2014-04-21 00:15:54 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2014-04-21 00:15:54 +0200 |
commit | aa16cd40066236a34542a472b2be55a2b8ba50f0 (patch) | |
tree | 266d27736c7552927e6395bdcb7300d3470349d6 /configure.ac | |
parent | 596173781eda1a418545231d369f586e13a0ccdf (diff) |
fix --disable-coinmp
we need a AC_ARG_ENABLE for it
Change-Id: Iafdbcbb56674c6813c9b3601aab9d5832c7e2977
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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], |