diff -r 7afc121e0689 -r ed54c0d13df0 configure.ac --- a/configure.ac Tue Dec 02 21:40:33 2008 +0100 +++ b/configure.ac Tue Dec 02 22:48:28 2008 +0100 @@ -53,6 +53,7 @@ LX_CHECK_GLPK LX_CHECK_CPLEX LX_CHECK_SOPLEX +LX_CHECK_CLP AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"]) AM_CONDITIONAL([HAVE_MIP], [test x"$lx_mip_found" = x"yes"]) @@ -120,6 +121,7 @@ echo GLPK support.................. : $lx_glpk_found echo CPLEX support................. : $lx_cplex_found echo SOPLEX support................ : $lx_soplex_found +echo CLP support................... : $lx_clp_found echo echo Build demo programs........... : $enable_demo echo Build additional tools........ : $enable_tools