]> sourceware.org Git - lvm2.git/commitdiff
Fix metad help.
authorAlasdair Kergon <agk@redhat.com>
Mon, 23 Jan 2012 17:48:18 +0000 (17:48 +0000)
committerAlasdair Kergon <agk@redhat.com>
Mon, 23 Jan 2012 17:48:18 +0000 (17:48 +0000)
configure
configure.in

index 7429c5789509242c2319fdfdd2e6974c6f3b818c..7c1cd439d4785a2fcf97a590de262e78fe3461f3 100755 (executable)
--- 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
index ac6535c13201e6e616fda8a1e5844cb0fcb068a8..96b5f51ec515ceb4dfa658a628bf81a0e3dbc3c8 100644 (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)
 
This page took 0.045045 seconds and 5 git commands to generate.