diff -r aff6888e71c9 -r 69928a704ffb configure.ac --- a/configure.ac Mon Jan 12 12:22:11 2009 +0000 +++ b/configure.ac Mon Jan 12 12:22:11 2009 +0000 @@ -54,6 +54,9 @@ #LX_CHECK_CPLEX #LX_CHECK_SOPLEX +AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"]) +AM_CONDITIONAL([HAVE_MIP], [test x"$lx_mip_found" = x"yes"]) + dnl Disable/enable building the demo programs. AC_ARG_ENABLE([demo], AS_HELP_STRING([--enable-demo], [build the demo programs])