m4/lx_check_glpk.m4
changeset 457 69928a704ffb
parent 187 84c2a2e5cfee
child 459 ed54c0d13df0
     1.1 --- a/m4/lx_check_glpk.m4	Mon Jan 12 12:22:11 2009 +0000
     1.2 +++ b/m4/lx_check_glpk.m4	Mon Jan 12 12:22:11 2009 +0000
     1.3 @@ -60,6 +60,10 @@
     1.4  
     1.5      if test x"$lx_glpk_found" = x"yes"; then
     1.6        AC_DEFINE([HAVE_GLPK], [1], [Define to 1 if you have GLPK.])
     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        GLPK_CFLAGS=""