X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/845ee678cf3a64235c8c8f14bcb9c49e43c8f60a..863aeead864a309c494893a1b06ec33ed2b7daf1:/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;