m4/lx_check_cplex.m4
changeset 784 1a7fe3bef514
parent 457 69928a704ffb
parent 500 8a144437db7d
     1.1 --- a/m4/lx_check_cplex.m4	Fri Oct 16 10:21:37 2009 +0200
     1.2 +++ b/m4/lx_check_cplex.m4	Thu Nov 05 15:50:01 2009 +0100
     1.3 @@ -62,6 +62,10 @@
     1.4  
     1.5      if test x"$lx_cplex_found" = x"yes"; then
     1.6        AC_DEFINE([LEMON_HAVE_CPLEX], [1], [Define to 1 if you have CPLEX.])
     1.7 +      lx_lp_found=yes
     1.8 +      AC_DEFINE([LEMON_HAVE_LP], [1], [Define to 1 if you have any LP solver.])
     1.9 +      lx_mip_found=yes
    1.10 +      AC_DEFINE([LEMON_HAVE_MIP], [1], [Define to 1 if you have any MIP solver.])
    1.11        AC_MSG_RESULT([yes])
    1.12      else
    1.13        CPLEX_CFLAGS=""