configure.ac
changeset 614 3314f58e7b25
parent 611 eda12d8ac953
child 615 b53a9068e3e4
     1.1 --- a/configure.ac	Thu Apr 02 19:29:56 2009 +0200
     1.2 +++ b/configure.ac	Wed Apr 01 22:58:58 2009 +0200
     1.3 @@ -60,6 +60,7 @@
     1.4  LX_CHECK_CPLEX
     1.5  LX_CHECK_SOPLEX
     1.6  LX_CHECK_CLP
     1.7 +LX_CHECK_CBC
     1.8  
     1.9  AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"])
    1.10  AM_CONDITIONAL([HAVE_MIP], [test x"$lx_mip_found" = x"yes"])
    1.11 @@ -119,6 +120,7 @@
    1.12  echo CPLEX support................. : $lx_cplex_found
    1.13  echo SOPLEX support................ : $lx_soplex_found
    1.14  echo CLP support................... : $lx_clp_found
    1.15 +echo CBC support................... : $lx_cbc_found
    1.16  echo
    1.17  echo Build additional tools........ : $enable_tools
    1.18  echo