vos-full-listvol-on-by-default-20031204
authorDerrick Brashear <shadow@dementia.org>
Thu, 4 Dec 2003 19:53:37 +0000 (19:53 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 4 Dec 2003 19:53:37 +0000 (19:53 +0000)
at the suggestion of miles@cs.stanford.edu

acinclude.m4

index ed2002c..5916b39 100644 (file)
@@ -32,7 +32,7 @@ AC_ARG_ENABLE( fast-restart,
 AC_ARG_ENABLE( bitmap-later,
 [  --enable-bitmap-later               enable fast startup of file server by not reading bitmap till needed],, enable_bitmap_later="no")
 AC_ARG_ENABLE( full-vos-listvol-switch,
-[  --enable-full-vos-listvol-switch     enable vos full listvol switch for formatted output],, enable_full_vos_listvol_switch="no")
+[  --disable-full-vos-listvol-switch    disable vos full listvol switch for formatted output],, enable_full_vos_listvol_switch="yes")
 AC_ARG_WITH(dux-kernel-headers,
 [  --with-dux-kernel-headers=path      use the kernel headers found at path(optional, defaults to first match in /usr/sys)]
 )