1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00

Fix metad help.

This commit is contained in:
Alasdair Kergon 2012-01-23 17:48:18 +00:00
parent 00ab1e3f8b
commit d38de32b40
2 changed files with 3 additions and 3 deletions

2
configure vendored
View File

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

View File

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