m4/lx_check_soplex.m4
changeset 480 69928a704ffb
parent 187 84c2a2e5cfee
child 586 547e966b3b29
equal deleted inserted replaced
1:3b9de32ecece 2:7566bb701e7b
    54     LDFLAGS="$lx_save_ldflags"
    54     LDFLAGS="$lx_save_ldflags"
    55     LIBS="$lx_save_libs"
    55     LIBS="$lx_save_libs"
    56 
    56 
    57     if test x"$lx_soplex_found" = x"yes"; then
    57     if test x"$lx_soplex_found" = x"yes"; then
    58       AC_DEFINE([HAVE_SOPLEX], [1], [Define to 1 if you have SOPLEX.])
    58       AC_DEFINE([HAVE_SOPLEX], [1], [Define to 1 if you have SOPLEX.])
       
    59       lx_lp_found=yes
       
    60       AC_DEFINE([HAVE_LP], [1], [Define to 1 if you have any LP solver.])
    59       AC_MSG_RESULT([yes])
    61       AC_MSG_RESULT([yes])
    60     else
    62     else
    61       SOPLEX_CXXFLAGS=""
    63       SOPLEX_CXXFLAGS=""
    62       SOPLEX_LDFLAGS=""
    64       SOPLEX_LDFLAGS=""
    63       SOPLEX_LIBS=""
    65       SOPLEX_LIBS=""