]> granicus.if.org Git - graphviz/commitdiff
add "disabled by default" note to cgraph status, before some goes and tries it...
authorellson <devnull@localhost>
Fri, 17 Oct 2008 21:36:19 +0000 (21:36 +0000)
committerellson <devnull@localhost>
Fri, 17 Oct 2008 21:36:19 +0000 (21:36 +0000)
configure.ac

index b207e035d3b988bdc12b9a3fce6279b41cfb543b..6d91bd7ff989739fe6ea61f55dc3eccdaee2b1d5 100644 (file)
@@ -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])