diff -r aff6888e71c9 -r 69928a704ffb m4/lx_check_glpk.m4 --- a/m4/lx_check_glpk.m4 Mon Jan 12 12:22:11 2009 +0000 +++ b/m4/lx_check_glpk.m4 Mon Jan 12 12:22:11 2009 +0000 @@ -60,6 +60,10 @@ if test x"$lx_glpk_found" = x"yes"; then AC_DEFINE([HAVE_GLPK], [1], [Define to 1 if you have GLPK.]) + lx_lp_found=yes + AC_DEFINE([HAVE_LP], [1], [Define to 1 if you have any LP solver.]) + lx_mip_found=yes + AC_DEFINE([HAVE_MIP], [1], [Define to 1 if you have any MIP solver.]) AC_MSG_RESULT([yes]) else GLPK_CFLAGS=""