From 2edff6b3379ee1d74a2aee2b26adda913fbcfe46 Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 17 Oct 2008 21:36:19 +0000 Subject: [PATCH] add "disabled by default" note to cgraph status, before some goes and tries it... --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.40.0