X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..befbbbe1fbb31663a8f91e24ce12df271cf4ae79:/src/xbt/mallocator.c diff --git a/src/xbt/mallocator.c b/src/xbt/mallocator.c index f898c39e80..408e115d7c 100644 --- a/src/xbt/mallocator.c +++ b/src/xbt/mallocator.c @@ -71,7 +71,7 @@ void xbt_mallocator_initialization_is_done(int protect) /** used by the module to know if it's time to activate the mallocators yet */ static inline int xbt_mallocator_is_active(void) { -#if HAVE_MALLOCATOR +#if SIMGRID_HAVE_MALLOCATOR return initialization_done && !MC_is_active(); #else return 0;