fix --disable-coinmp
we need a AC_ARG_ENABLE for it Change-Id: Iafdbcbb56674c6813c9b3601aab9d5832c7e2977
This commit is contained in:
parent
596173781e
commit
aa16cd4006
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user