m4/lx_check_soplex.m4
changeset 480 69928a704ffb
parent 187 84c2a2e5cfee
child 586 547e966b3b29
     1.1 --- a/m4/lx_check_soplex.m4	Mon Jan 12 12:22:11 2009 +0000
     1.2 +++ b/m4/lx_check_soplex.m4	Mon Jan 12 12:22:11 2009 +0000
     1.3 @@ -56,6 +56,8 @@
     1.4  
     1.5      if test x"$lx_soplex_found" = x"yes"; then
     1.6        AC_DEFINE([HAVE_SOPLEX], [1], [Define to 1 if you have SOPLEX.])
     1.7 +      lx_lp_found=yes
     1.8 +      AC_DEFINE([HAVE_LP], [1], [Define to 1 if you have any LP solver.])
     1.9        AC_MSG_RESULT([yes])
    1.10      else
    1.11        SOPLEX_CXXFLAGS=""