branch | 1.0 |
changeset 396 | 4b558ee0d4f5 |
parent 187 | 84c2a2e5cfee |
1.1 --- a/m4/lx_check_glpk.m4 Tue Mar 31 16:21:30 2009 +0100 1.2 +++ b/m4/lx_check_glpk.m4 Tue Apr 28 13:42:28 2009 +0100 1.3 @@ -59,7 +59,7 @@ 1.4 LIBS="$lx_save_libs" 1.5 1.6 if test x"$lx_glpk_found" = x"yes"; then 1.7 - AC_DEFINE([HAVE_GLPK], [1], [Define to 1 if you have GLPK.]) 1.8 + AC_DEFINE([LEMON_HAVE_GLPK], [1], [Define to 1 if you have GLPK.]) 1.9 AC_MSG_RESULT([yes]) 1.10 else 1.11 GLPK_CFLAGS=""