equal
deleted
inserted
replaced
53 CXXFLAGS="$lx_save_cxxflags" |
53 CXXFLAGS="$lx_save_cxxflags" |
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([LEMON_HAVE_SOPLEX], [1], [Define to 1 if you have SOPLEX.]) |
59 lx_lp_found=yes |
59 lx_lp_found=yes |
60 AC_DEFINE([HAVE_LP], [1], [Define to 1 if you have any LP solver.]) |
60 AC_DEFINE([LEMON_HAVE_LP], [1], [Define to 1 if you have any LP solver.]) |
61 AC_MSG_RESULT([yes]) |
61 AC_MSG_RESULT([yes]) |
62 else |
62 else |
63 SOPLEX_CXXFLAGS="" |
63 SOPLEX_CXXFLAGS="" |
64 SOPLEX_LDFLAGS="" |
64 SOPLEX_LDFLAGS="" |
65 SOPLEX_LIBS="" |
65 SOPLEX_LIBS="" |