]> granicus.if.org Git - graphviz/commitdiff
lasi is complete now
authorellson <devnull@localhost>
Sun, 12 Oct 2008 21:44:38 +0000 (21:44 +0000)
committerellson <devnull@localhost>
Sun, 12 Oct 2008 21:44:38 +0000 (21:44 +0000)
configure.ac

index dfaf421e0ac0374dfcc82c50a308ebe410690e84..bea64e5900d9261cc22ae4a7c8c28bbf8b229e27 100644 (file)
@@ -1893,11 +1893,11 @@ dnl -----------------------------------
 dnl INCLUDES and LIBS for LASI
                                                                                 
 AC_ARG_WITH(lasi,
-  [AC_HELP_STRING([--with-lasi=no], [lasi library])],
-  [], [with_lasi=no])
+  [AC_HELP_STRING([--with-lasi=yes], [lasi library])],
+  [], [with_lasi=yes])
 
 if test "x$with_lasi" != "xyes"; then
-  use_lasi="No (disabled by default - incomplete)"
+  use_lasi="No (disabled)"
 else
   PKG_CHECK_MODULES(LASI, [lasi],[
     use_lasi="Yes"