From: John Ellson Date: Fri, 29 Jun 2012 17:08:10 +0000 (-0400) Subject: make --with-cgraph the default X-Git-Tag: LAST_LIBGRAPH~32^2~391^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83fe453cebe2af777b91330e76b094cae5524a8e;p=graphviz make --with-cgraph the default --- diff --git a/configure.ac b/configure.ac index 28121ca37..bb366065a 100644 --- a/configure.ac +++ b/configure.ac @@ -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])