]> granicus.if.org Git - graphviz/commitdiff
change sfdp default to yes
authorellson <devnull@localhost>
Thu, 18 Jun 2009 20:00:29 +0000 (20:00 +0000)
committerellson <devnull@localhost>
Thu, 18 Jun 2009 20:00:29 +0000 (20:00 +0000)
configure.ac

index addfc55632984d7d9a7adfb168d1fa7661511961..74d12288562a1c0f8ae30f15721dbfa1bb2be008 100644 (file)
@@ -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])