equal
deleted
inserted
replaced
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="" |