X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/02a0b077329593921105001a7f27463ba2d82ced..716c8e0b373bed43c35af2b35514f0b7a69b08a5:/src/simgrid/sg_version.cpp diff --git a/src/simgrid/sg_version.cpp b/src/simgrid/sg_version.cpp index 3452c3b96a..1428132895 100644 --- a/src/simgrid/sg_version.cpp +++ b/src/simgrid/sg_version.cpp @@ -50,10 +50,10 @@ void sg_version() XBT_HELP("This program was linked against %s (git: %s), found in %s.", SIMGRID_VERSION_STRING, SIMGRID_GIT_VERSION, SIMGRID_INSTALL_PREFIX); -#if SIMGRID_HAVE_MC - XBT_HELP(" Model-checking support compiled in."); +#if SIMGRID_HAVE_STATEFUL_MC + XBT_HELP(" Stateful model-checking support compiled in."); #else - XBT_HELP(" Model-checking support disabled at compilation."); + XBT_HELP(" Stateful model-checking support disabled at compilation."); #endif #if SIMGRID_HAVE_NS3