From da5eee9722cc57311d4bed3131baae60b520b4bc Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 14 Oct 2008 16:37:32 +0000 Subject: [PATCH] change default to: --without-cgraph --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.40.0