fix --disable-coinmp

we need a AC_ARG_ENABLE for it

Change-Id: Iafdbcbb56674c6813c9b3601aab9d5832c7e2977
This commit is contained in:
Rene Engelhard 2014-04-21 00:15:54 +02:00
parent 596173781e
commit aa16cd4006

View File

@ -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],