Kaydet (Commit) aa16cd40 authored tarafından Rene Engelhard's avatar Rene Engelhard

fix --disable-coinmp

we need a AC_ARG_ENABLE for it

Change-Id: Iafdbcbb56674c6813c9b3601aab9d5832c7e2977
üst 59617378
...@@ -815,6 +815,10 @@ AC_ARG_ENABLE(lpsolve, ...@@ -815,6 +815,10 @@ AC_ARG_ENABLE(lpsolve,
AS_HELP_STRING([--disable-lpsolve], AS_HELP_STRING([--disable-lpsolve],
[Disable compilation of the lp solve solver ]) [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, AC_ARG_ENABLE(pdfimport,
AS_HELP_STRING([--disable-pdfimport], AS_HELP_STRING([--disable-pdfimport],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment