From: ellson Date: Fri, 7 Dec 2007 01:06:51 +0000 (+0000) Subject: change ipsepcola default to no X-Git-Tag: LAST_LIBGRAPH~32^2~4985 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1b6e88aac9b66264d93ba1580a512f742136b78;p=graphviz change ipsepcola default to no --- diff --git a/configure.ac b/configure.ac index 98bc9cc01..411c1e0b3 100644 --- a/configure.ac +++ b/configure.ac @@ -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