From: ellson Date: Fri, 17 Oct 2008 21:36:19 +0000 (+0000) Subject: add "disabled by default" note to cgraph status, before some goes and tries it... X-Git-Tag: LAST_LIBGRAPH~32^2~3079 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2edff6b3379ee1d74a2aee2b26adda913fbcfe46;p=graphviz add "disabled by default" note to cgraph status, before some goes and tries it... --- diff --git a/configure.ac b/configure.ac index b207e035d..6d91bd7ff 100644 --- a/configure.ac +++ b/configure.ac @@ -2656,7 +2656,7 @@ AC_ARG_WITH(cgraph, [], [with_cgraph=no]) if test "x$with_cgraph" != "xyes"; then - use_cgraph="No" + use_cgraph="No (disabled by default - experimental)" else use_cgraph="Yes" AC_DEFINE_UNQUOTED(WITH_CGRAPH,1,[Define if you want CGRAPH])