equal
deleted
inserted
replaced
57 CXXFLAGS="$lx_save_cxxflags" |
57 CXXFLAGS="$lx_save_cxxflags" |
58 LDFLAGS="$lx_save_ldflags" |
58 LDFLAGS="$lx_save_ldflags" |
59 LIBS="$lx_save_libs" |
59 LIBS="$lx_save_libs" |
60 |
60 |
61 if test x"$lx_glpk_found" = x"yes"; then |
61 if test x"$lx_glpk_found" = x"yes"; then |
62 AC_DEFINE([HAVE_GLPK], [1], [Define to 1 if you have GLPK.]) |
62 AC_DEFINE([LEMON_HAVE_GLPK], [1], [Define to 1 if you have GLPK.]) |
63 AC_MSG_RESULT([yes]) |
63 AC_MSG_RESULT([yes]) |
64 else |
64 else |
65 GLPK_CFLAGS="" |
65 GLPK_CFLAGS="" |
66 GLPK_LDFLAGS="" |
66 GLPK_LDFLAGS="" |
67 GLPK_LIBS="" |
67 GLPK_LIBS="" |