m4/lx_check_cplex.m4
changeset 480 69928a704ffb
parent 187 84c2a2e5cfee
child 674 20dac2104519
     1.1 --- a/m4/lx_check_cplex.m4	Mon Jan 12 12:22:11 2009 +0000
     1.2 +++ b/m4/lx_check_cplex.m4	Mon Jan 12 12:22:11 2009 +0000
     1.3 @@ -62,6 +62,10 @@
     1.4  
     1.5      if test x"$lx_cplex_found" = x"yes"; then
     1.6        AC_DEFINE([HAVE_CPLEX], [1], [Define to 1 if you have CPLEX.])
     1.7 +      lx_lp_found=yes
     1.8 +      AC_DEFINE([HAVE_LP], [1], [Define to 1 if you have any LP solver.])
     1.9 +      lx_mip_found=yes
    1.10 +      AC_DEFINE([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=""