From: Arnaud Giersch Date: Wed, 28 Mar 2012 21:01:21 +0000 (+0200) Subject: Log sd_dotparse only exists when HAVE_GRAPHVIZ. X-Git-Tag: v3_7~162 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9e92dcc40e7b2ec7b24cb6f350696998552f6865?hp=fb41bcf96de0ac14cce6f9f0aa9e5804c847bc9e Log sd_dotparse only exists when HAVE_GRAPHVIZ. --- diff --git a/src/xbt/log.c b/src/xbt/log.c index d3166af0e7..d2684593ce 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -647,9 +647,11 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(msg_process, msg); XBT_LOG_CONNECT(msg_task, msg); - /* sd */ + /* simdag */ XBT_LOG_CONNECT(sd_daxparse, sd); +#ifdef HAVE_GRAPHVIZ XBT_LOG_CONNECT(sd_dotparse, sd); +#endif XBT_LOG_CONNECT(sd_kernel, sd); XBT_LOG_CONNECT(sd_task, sd); XBT_LOG_CONNECT(sd_workstation, sd);