summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2009-03-09 12:49:51 +0100
committerKarel Zak2009-03-09 12:49:51 +0100
commit43ddda95b382bac2db700539bb09d68cdee8fd16 (patch)
treec854a3d088a98ce8b39bde17be0bc257decc998f /configure.ac
parentblkid: add fallback to ext4 for 2.6.29+ kernels if ext2 is not present (diff)
downloadkernel-qcow2-util-linux-43ddda95b382bac2db700539bb09d68cdee8fd16.tar.gz
kernel-qcow2-util-linux-43ddda95b382bac2db700539bb09d68cdee8fd16.tar.xz
kernel-qcow2-util-linux-43ddda95b382bac2db700539bb09d68cdee8fd16.zip
build-sys: cleanup --with-fsprobe help string
Thanks to Theodore Tso. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3fdf1ea6b..a4f13d068 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]
)