]> granicus.if.org Git - graphviz/commitdiff
make --with-cgraph the default
authorJohn Ellson <ellson@research.att.com>
Fri, 29 Jun 2012 17:08:10 +0000 (13:08 -0400)
committerJohn Ellson <ellson@research.att.com>
Fri, 29 Jun 2012 17:08:10 +0000 (13:08 -0400)
configure.ac

index 28121ca37b8776896f2791dab867edd56cdb6753..bb366065a415c80b01184c073472067996d89df2 100644 (file)
@@ -2861,11 +2861,11 @@ dnl -----------------------------------
 dnl CGRAPH 
 
 AC_ARG_WITH(cgraph,
-  [AS_HELP_STRING([--with-cgraph=no],[Use CGRAPH library])],
-  [], [with_cgraph=no])
+  [AS_HELP_STRING([--with-cgraph=yes],[Use CGRAPH library])],
+  [], [with_cgraph=yes])
 
 if test "x$with_cgraph" != "xyes"; then
-  use_cgraph="No (disabled by default - experimental)"
+  use_cgraph="No (disabled by)"
 else
   use_cgraph="Yes"
   AC_DEFINE_UNQUOTED(WITH_CGRAPH,1,[Define if you want CGRAPH])