]> granicus.if.org Git - graphviz/commitdiff
change ipsepcola default to no
authorellson <devnull@localhost>
Fri, 7 Dec 2007 01:06:51 +0000 (01:06 +0000)
committerellson <devnull@localhost>
Fri, 7 Dec 2007 01:06:51 +0000 (01:06 +0000)
configure.ac

index 98bc9cc01c890d93bc34d85cc859f11b8c820e52..411c1e0b33cd612027a8025fe0fe3ab53843f262 100644 (file)
@@ -1565,11 +1565,11 @@ else
 fi
 
 dnl -----------------------------------
-dnl IPSEPCOLA 
+dnl IPSEPCOLA   /* disabled by default due to C++ issues on some platforms */
 AC_ARG_WITH(ipsepcola,
-  [AC_HELP_STRING([--with-ipsepcola=yes],
+  [AC_HELP_STRING([--with-ipsepcola=no],
        [IPSEPCOLA features in neato layout engine])],
-  [], [with_ipsepcola=yes])
+  [], [with_ipsepcola=no])
 
 ### unless digcola was not enabled since ipsecola depends on it
 if test "x$with_digcola" = "xno"; then