COIN-OR::LEMON - Graph Library

Changeset 540:8a144437db7d in lemon for m4/lx_check_soplex.m4


Ignore:
Timestamp:
04/27/09 21:02:37 (15 years ago)
Author:
Akos Ladanyi <ladanyi@…>
Branch:
default
Children:
541:4b558ee0d4f5, 543:32fb28fc9d42, 674:20dac2104519
Phase:
public
Message:

Prefix macro names with LEMON_ in lemon/config.h (#275)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/lx_check_soplex.m4

    r187 r540  
    5656
    5757    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.])
    5959      AC_MSG_RESULT([yes])
    6060    else
Note: See TracChangeset for help on using the changeset viewer.