diff options
author | Peter Rajnoha <prajnoha@redhat.com> | 2015-02-19 16:17:19 +0100 |
---|---|---|
committer | Peter Rajnoha <prajnoha@redhat.com> | 2015-02-19 16:19:15 +0100 |
commit | f80e7bb61bb794bfbedcca95a5dea8b1aac560b2 (patch) | |
tree | 8d6c486d4d017b4c67ab1efb7bec1124bfa6c0d1 /aclocal.m4 | |
parent | af395e61d52af330f5927f5dbf528c995574ee45 (diff) | |
download | lvm2-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 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 6f752f28b..2325191a4 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.13.4 -*- Autoconf -*- +# generated automatically by aclocal 1.14.1 -*- Autoconf -*- # Copyright (C) 1996-2013 Free Software Foundation, Inc. |