COIN-OR::LEMON - Graph Library

Changeset 395:8a144437db7d in lemon-1.0 for configure.ac


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r372 r395  
    2828AC_CHECK_TYPE(long long, [long_long_found=yes], [long_long_found=no])
    2929if test x"$long_long_found" = x"yes"; then
    30   AC_DEFINE([HAVE_LONG_LONG], [1], [Define to 1 if you have long long.])
     30  AC_DEFINE([LEMON_HAVE_LONG_LONG], [1], [Define to 1 if you have long long.])
    3131fi
    3232
Note: See TracChangeset for help on using the changeset viewer.