From: ellson Date: Thu, 18 Jun 2009 20:00:29 +0000 (+0000) Subject: change sfdp default to yes X-Git-Tag: LAST_LIBGRAPH~32^2~1906 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=304a5bedb9b40cd054b665531877a0bbc07c9571;p=graphviz change sfdp default to yes --- diff --git a/configure.ac b/configure.ac index addfc5563..74d122885 100644 --- a/configure.ac +++ b/configure.ac @@ -2742,11 +2742,11 @@ dnl ----------------------------------- dnl SFDP AC_ARG_WITH(sfdp, - [AS_HELP_STRING([--with-sfdp=no],[sfdp layout engine])], - [], [with_sfdp=no]) + [AS_HELP_STRING([--with-sfdp=yes],[sfdp layout engine])], + [], [with_sfdp=yes]) if test "x$with_sfdp" != "xyes"; then - use_sfdp="No (disabled by default - experimental)" + use_sfdp="No (disabled)" else use_sfdp="Yes" AC_DEFINE_UNQUOTED(SFDP,1,[Define if you want SFDP])