summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2018-05-03 15:38:05 +0100
committerJoe Thornber <ejt@redhat.com>2018-05-03 15:38:05 +0100
commitb393fbec00bbe1fb8d546ee3f360f8d2eb19540e (patch)
tree20c6c33ba2426e58228e2fea37da05e8e1ad0e43 /configure.ac
parent2bb02e24bf9bd8467e75ba6e644daab3de2b4c77 (diff)
downloadlvm2-b393fbec00bbe1fb8d546ee3f360f8d2eb19540e.tar.gz
configure.ac: bad configure generated due to stray ;;
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6df883b15..5738b0542 100644
--- a/configure.ac
+++ b/configure.ac
@@ -342,7 +342,7 @@ AC_ARG_WITH(default-raid10-segtype,
DEFAULT_RAID10_SEGTYPE=$withval, DEFAULT_RAID10_SEGTYPE="raid10")
AC_DEFINE([RAID_INTERNAL], 1,
- [Define to 1 to include built-in support for raid.]) ;;
+ [Define to 1 to include built-in support for raid.])
AC_DEFINE_UNQUOTED([DEFAULT_MIRROR_SEGTYPE], ["$DEFAULT_MIRROR_SEGTYPE"],
[Default segtype used for mirror volumes.])