From: ellson Date: Tue, 14 Oct 2008 16:37:32 +0000 (+0000) Subject: change default to: --without-cgraph X-Git-Tag: LAST_LIBGRAPH~32^2~3139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da5eee9722cc57311d4bed3131baae60b520b4bc;p=graphviz change default to: --without-cgraph --- diff --git a/configure.ac b/configure.ac index 79dff6c4a..f3308dac0 100644 --- a/configure.ac +++ b/configure.ac @@ -2652,8 +2652,8 @@ dnl ----------------------------------- dnl CGRAPH AC_ARG_WITH(cgraph, - [AC_HELP_STRING([--with-cgraph=yes], [Use CGRAPH library])], - [], [with_cgraph=yes]) + [AC_HELP_STRING([--with-cgraph=no], [Use CGRAPH library])], + [], [with_cgraph=no]) if test "x$with_cgraph" != "xyes"; then use_cgraph="No"