mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-22 09:57:47 +03:00
Fix metad help.
This commit is contained in:
parent
00ab1e3f8b
commit
d38de32b40
2
configure
vendored
2
configure
vendored
@ -1510,7 +1510,7 @@ Optional Features:
|
||||
--enable-testing enable testing targets in the makefile
|
||||
--enable-valgrind-pool enable valgrind awareness of pools
|
||||
--disable-devmapper disable LVM2 device-mapper interaction
|
||||
--disable-lvmetad disable the LVM Metadata Daemon
|
||||
--enable-lvmetad enable the LVM Metadata Daemon
|
||||
--enable-udev_sync enable synchronisation with udev processing
|
||||
--enable-udev_rules install rule files needed for udev synchronisation
|
||||
--enable-compat enable support for old device-mapper versions
|
||||
|
@ -792,8 +792,8 @@ fi
|
||||
dnl -- Build lvmetad
|
||||
AC_MSG_CHECKING(whether to build LVMetaD)
|
||||
AC_ARG_ENABLE(lvmetad,
|
||||
AC_HELP_STRING([--disable-lvmetad],
|
||||
[disable the LVM Metadata Daemon]),
|
||||
AC_HELP_STRING([--enable-lvmetad],
|
||||
[enable the LVM Metadata Daemon]),
|
||||
LVMETAD=$enableval)
|
||||
AC_MSG_RESULT($LVMETAD)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user