From: Alasdair Kergon Date: Mon, 23 Jan 2012 17:48:18 +0000 (+0000) Subject: Fix metad help. X-Git-Tag: v2_02_91~114 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=d38de32b40ac719205e4814328cfcf2d66b3fc7d;p=lvm2.git Fix metad help. --- diff --git a/configure b/configure index 7429c5789..7c1cd439d 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index ac6535c13..96b5f51ec 100644 --- a/configure.in +++ b/configure.in @@ -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)