m4/lx_check_cplex.m4
changeset 640 8d289c89d43e
parent 457 69928a704ffb
parent 621 8a144437db7d
     1.1 --- a/m4/lx_check_cplex.m4	Wed Apr 29 17:48:18 2009 +0100
     1.2 +++ b/m4/lx_check_cplex.m4	Wed Apr 29 17:48:41 2009 +0100
     1.3 @@ -61,11 +61,11 @@
     1.4      LIBS="$lx_save_libs"
     1.5  
     1.6      if test x"$lx_cplex_found" = x"yes"; then
     1.7 -      AC_DEFINE([HAVE_CPLEX], [1], [Define to 1 if you have CPLEX.])
     1.8 +      AC_DEFINE([LEMON_HAVE_CPLEX], [1], [Define to 1 if you have CPLEX.])
     1.9        lx_lp_found=yes
    1.10 -      AC_DEFINE([HAVE_LP], [1], [Define to 1 if you have any LP solver.])
    1.11 +      AC_DEFINE([LEMON_HAVE_LP], [1], [Define to 1 if you have any LP solver.])
    1.12        lx_mip_found=yes
    1.13 -      AC_DEFINE([HAVE_MIP], [1], [Define to 1 if you have any MIP solver.])
    1.14 +      AC_DEFINE([LEMON_HAVE_MIP], [1], [Define to 1 if you have any MIP solver.])
    1.15        AC_MSG_RESULT([yes])
    1.16      else
    1.17        CPLEX_CFLAGS=""