From: Marian Csontos Date: Wed, 31 Jul 2019 14:24:18 +0000 (+0200) Subject: configure: Fix the default in help string X-Git-Tag: v2_03_06~165 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=9b63f590168b14d0e996f62519edb27f24ab83e2;p=lvm2.git configure: Fix the default in help string --- diff --git a/configure.ac b/configure.ac index 1e45c0edc..5da694631 100644 --- a/configure.ac +++ b/configure.ac @@ -653,7 +653,7 @@ dnl -- writecache inclusion type AC_MSG_CHECKING(whether to include writecache) AC_ARG_WITH(writecache, AC_HELP_STRING([--with-writecache=TYPE], - [writecache support: internal/none [internal]]), + [writecache support: internal/none [none]]), WRITECACHE=$withval, WRITECACHE="none") AC_MSG_RESULT($WRITECACHE)