Changeset 511:8a144437db7d in lemon-main for m4
- Timestamp:
 - 04/27/09 21:02:37 (17 years ago)
 - Branch:
 - default
 - Children:
 - 512:32fb28fc9d42, 627:20dac2104519
 - Phase:
 - public
 - Location:
 - m4
 - Files:
 - 
          
- 3 edited
 
- 
          lx_check_cplex.m4 (modified) (1 diff)
 - 
          lx_check_glpk.m4 (modified) (1 diff)
 - 
          lx_check_soplex.m4 (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
m4/lx_check_cplex.m4
r187 r511 62 62 63 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 65 AC_MSG_RESULT([yes]) 66 66 else  - 
        
m4/lx_check_glpk.m4
r187 r511 60 60 61 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 63 AC_MSG_RESULT([yes]) 64 64 else  - 
        
m4/lx_check_soplex.m4
r187 r511 56 56 57 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 59 AC_MSG_RESULT([yes]) 60 60 else  
Note: See TracChangeset
          for help on using the changeset viewer.
      
