build-sys: cleanup --with-fsprobe help string

Thanks to Theodore Tso.

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2009-03-09 12:49:51 +01:00
parent 5642b0472f
commit 43ddda95b3
1 changed files with 1 additions and 1 deletions

View File

@ -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]
)