configure.ac
changeset 567 3314f58e7b25
parent 564 eda12d8ac953
child 568 b53a9068e3e4
equal deleted inserted replaced
30:de635ab391ac 31:b7d1cbc03028
    58 dnl Checks for libraries.
    58 dnl Checks for libraries.
    59 LX_CHECK_GLPK
    59 LX_CHECK_GLPK
    60 LX_CHECK_CPLEX
    60 LX_CHECK_CPLEX
    61 LX_CHECK_SOPLEX
    61 LX_CHECK_SOPLEX
    62 LX_CHECK_CLP
    62 LX_CHECK_CLP
       
    63 LX_CHECK_CBC
    63 
    64 
    64 AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"])
    65 AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"])
    65 AM_CONDITIONAL([HAVE_MIP], [test x"$lx_mip_found" = x"yes"])
    66 AM_CONDITIONAL([HAVE_MIP], [test x"$lx_mip_found" = x"yes"])
    66 
    67 
    67 dnl Disable/enable building the binary tools.
    68 dnl Disable/enable building the binary tools.
   117 echo
   118 echo
   118 echo GLPK support.................. : $lx_glpk_found
   119 echo GLPK support.................. : $lx_glpk_found
   119 echo CPLEX support................. : $lx_cplex_found
   120 echo CPLEX support................. : $lx_cplex_found
   120 echo SOPLEX support................ : $lx_soplex_found
   121 echo SOPLEX support................ : $lx_soplex_found
   121 echo CLP support................... : $lx_clp_found
   122 echo CLP support................... : $lx_clp_found
       
   123 echo CBC support................... : $lx_cbc_found
   122 echo
   124 echo
   123 echo Build additional tools........ : $enable_tools
   125 echo Build additional tools........ : $enable_tools
   124 echo
   126 echo
   125 echo The packace will be installed in
   127 echo The packace will be installed in
   126 echo -n '  '
   128 echo -n '  '