configure.ac
changeset 459 ed54c0d13df0
parent 458 7afc121e0689
child 481 861a9d5ff283
     1.1 --- a/configure.ac	Tue Dec 02 21:40:33 2008 +0100
     1.2 +++ b/configure.ac	Tue Dec 02 22:48:28 2008 +0100
     1.3 @@ -53,6 +53,7 @@
     1.4  LX_CHECK_GLPK
     1.5  LX_CHECK_CPLEX
     1.6  LX_CHECK_SOPLEX
     1.7 +LX_CHECK_CLP
     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 @@ -120,6 +121,7 @@
    1.12  echo GLPK support.................. : $lx_glpk_found
    1.13  echo CPLEX support................. : $lx_cplex_found
    1.14  echo SOPLEX support................ : $lx_soplex_found
    1.15 +echo CLP support................... : $lx_clp_found
    1.16  echo
    1.17  echo Build demo programs........... : $enable_demo
    1.18  echo Build additional tools........ : $enable_tools