From: Karel Zak Date: Mon, 9 Mar 2009 11:49:51 +0000 (+0100) Subject: build-sys: cleanup --with-fsprobe help string X-Git-Tag: v2.15-rc1~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43ddda95b382bac2db700539bb09d68cdee8fd16;p=thirdparty%2Futil-linux.git 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 3fdf1ea6b5..a4f13d0687 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] )