From 9e92dcc40e7b2ec7b24cb6f350696998552f6865 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 28 Mar 2012 23:01:21 +0200 Subject: [PATCH 1/1] Log sd_dotparse only exists when HAVE_GRAPHVIZ. --- src/xbt/log.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- 2.20.1