From: Karel Zak Date: Mon, 9 Mar 2009 11:49:51 +0000 (+0100) Subject: build-sys: cleanup --with-fsprobe help string X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43ddda95b382bac2db700539bb09d68cdee8fd16;p=util-linux build-sys: cleanup --with-fsprobe help string Thanks to Theodore Tso. Signed-off-by: Karel Zak --- diff --git a/configure.ac b/configure.ac index 3fdf1ea6..a4f13d06 100644 --- a/configure.ac +++ b/configure.ac @@ -164,7 +164,7 @@ UTIL_CHECK_LIB(termcap, tgetnum) AC_ARG_WITH([fsprobe], - [AS_HELP_STRING([--with-fsprobe], [library to guess filesystems (builtin|blkid|volume_id), default is blkid])], + [AS_HELP_STRING([--with-fsprobe=LIB], [library to guess filesystems, LIB should be builtin|blkid|volume_id, default is blkid])], [], [with_fsprobe=blkid] )