summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2015-02-19 16:17:19 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2015-02-19 16:19:15 +0100
commitf80e7bb61bb794bfbedcca95a5dea8b1aac560b2 (patch)
tree8d6c486d4d017b4c67ab1efb7bec1124bfa6c0d1 /configure
parentaf395e61d52af330f5927f5dbf528c995574ee45 (diff)
downloadlvm2-f80e7bb61bb794bfbedcca95a5dea8b1aac560b2.tar.gz
configure: typo in configure --with-default-raid10-segtype causing it to be unrecognized
AC_ARG_WITH(default-raid10r-segtype --> AC_ARG_WITH(default-raid10-segtype (...raid10r... --> ...raid10... - extra "r")
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index ef0ae96b5..935702ad4 100755
--- a/configure
+++ b/configure
@@ -880,7 +880,7 @@ with_snapshots
with_mirrors
with_raid
with_default_mirror_segtype
-with_default_raid10r_segtype
+with_default_raid10_segtype
with_replicators
with_default_sparse_segtype
with_thin
@@ -7572,9 +7572,9 @@ else
fi
-# Check whether --with-default-raid10r-segtype was given.
-if test "${with_default_raid10r_segtype+set}" = set; then :
- withval=$with_default_raid10r_segtype; DEFAULT_RAID10_SEGTYPE=$withval
+# Check whether --with-default-raid10-segtype was given.
+if test "${with_default_raid10_segtype+set}" = set; then :
+ withval=$with_default_raid10_segtype; DEFAULT_RAID10_SEGTYPE=$withval
else
DEFAULT_RAID10_SEGTYPE="raid10"
fi