configure.ac
changeset 460 76ec7bd57026
parent 458 7afc121e0689
child 508 861a9d5ff283
equal deleted inserted replaced
23:484f8908c1ed 24:d466efd768df
    51 
    51 
    52 dnl Checks for libraries.
    52 dnl Checks for libraries.
    53 LX_CHECK_GLPK
    53 LX_CHECK_GLPK
    54 LX_CHECK_CPLEX
    54 LX_CHECK_CPLEX
    55 LX_CHECK_SOPLEX
    55 LX_CHECK_SOPLEX
       
    56 LX_CHECK_CLP
    56 
    57 
    57 AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"])
    58 AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"])
    58 AM_CONDITIONAL([HAVE_MIP], [test x"$lx_mip_found" = x"yes"])
    59 AM_CONDITIONAL([HAVE_MIP], [test x"$lx_mip_found" = x"yes"])
    59 
    60 
    60 dnl Disable/enable building the demo programs.
    61 dnl Disable/enable building the demo programs.
   118 echo C++ compiles flags............ : $WARNINGCXXFLAGS $CXXFLAGS
   119 echo C++ compiles flags............ : $WARNINGCXXFLAGS $CXXFLAGS
   119 echo
   120 echo
   120 echo GLPK support.................. : $lx_glpk_found
   121 echo GLPK support.................. : $lx_glpk_found
   121 echo CPLEX support................. : $lx_cplex_found
   122 echo CPLEX support................. : $lx_cplex_found
   122 echo SOPLEX support................ : $lx_soplex_found
   123 echo SOPLEX support................ : $lx_soplex_found
       
   124 echo CLP support................... : $lx_clp_found
   123 echo
   125 echo
   124 echo Build demo programs........... : $enable_demo
   126 echo Build demo programs........... : $enable_demo
   125 echo Build additional tools........ : $enable_tools
   127 echo Build additional tools........ : $enable_tools
   126 echo
   128 echo
   127 echo The packace will be installed in
   129 echo The packace will be installed in