1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

configure: Fix shared lvm1 typo.

via https://bugs.gentoo.org/520640
This commit is contained in:
Alasdair G Kergon 2014-08-22 23:42:55 +01:00
parent a67c484fac
commit 83b5cb3ed5
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.110 -
==================================
Fix typo breaking configure --with-lvm1=shared.
Modify lvresize code to handle raid/mirrors and physical extents.
Allow conversion of raid1 LV into a snapshot LV or snapshot origin LV.
Cleanly error when creating RAID with stripe size < PAGE_SIZE.

View File

@ -271,7 +271,7 @@ AC_ARG_WITH(lvm1,
AC_MSG_RESULT($LVM1)
case "$LVM1" in
none|share) ;;
none|shared) ;;
internal) AC_DEFINE([LVM1_INTERNAL], 1,
[Define to 1 to include built-in support for LVM1 metadata.]) ;;
*) AC_MSG_ERROR([--with-lvm1 parameter invalid]) ;;