From 83fe453cebe2af777b91330e76b094cae5524a8e Mon Sep 17 00:00:00 2001 From: John Ellson Date: Fri, 29 Jun 2012 13:08:10 -0400 Subject: [PATCH] make --with-cgraph the default --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 28121ca37..bb366065a 100644 --- a/configure.ac +++ b/configure.ac @@ -2861,11 +2861,11 @@ dnl ----------------------------------- dnl CGRAPH AC_ARG_WITH(cgraph, - [AS_HELP_STRING([--with-cgraph=no],[Use CGRAPH library])], - [], [with_cgraph=no]) + [AS_HELP_STRING([--with-cgraph=yes],[Use CGRAPH library])], + [], [with_cgraph=yes]) if test "x$with_cgraph" != "xyes"; then - use_cgraph="No (disabled by default - experimental)" + use_cgraph="No (disabled by)" else use_cgraph="Yes" AC_DEFINE_UNQUOTED(WITH_CGRAPH,1,[Define if you want CGRAPH]) -- 2.50.1