]> granicus.if.org Git - graphviz/commitdiff
change default to: --without-cgraph
authorellson <devnull@localhost>
Tue, 14 Oct 2008 16:37:32 +0000 (16:37 +0000)
committerellson <devnull@localhost>
Tue, 14 Oct 2008 16:37:32 +0000 (16:37 +0000)
configure.ac

index 79dff6c4a63dc22afc7ca9a2132dbf0d86421ce3..f3308dac01503de541bd10a44a7aeb58950dadbc 100644 (file)
@@ -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"