equal
deleted
inserted
replaced
59 CXXFLAGS="$lx_save_cxxflags" |
59 CXXFLAGS="$lx_save_cxxflags" |
60 LDFLAGS="$lx_save_ldflags" |
60 LDFLAGS="$lx_save_ldflags" |
61 LIBS="$lx_save_libs" |
61 LIBS="$lx_save_libs" |
62 |
62 |
63 if test x"$lx_cplex_found" = x"yes"; then |
63 if test x"$lx_cplex_found" = x"yes"; then |
64 AC_DEFINE([HAVE_CPLEX], [1], [Define to 1 if you have CPLEX.]) |
64 AC_DEFINE([LEMON_HAVE_CPLEX], [1], [Define to 1 if you have CPLEX.]) |
65 AC_MSG_RESULT([yes]) |
65 AC_MSG_RESULT([yes]) |
66 else |
66 else |
67 CPLEX_CFLAGS="" |
67 CPLEX_CFLAGS="" |
68 CPLEX_LDFLAGS="" |
68 CPLEX_LDFLAGS="" |
69 CPLEX_LIBS="" |
69 CPLEX_LIBS="" |