summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2020-09-09 15:56:06 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2020-09-10 23:54:10 +0200
commit6d392776b0c65c02f53435cbc1adbbb6765dfaa6 (patch)
tree71fae3150b805c5c874a5f2d821e5fffeb175e61 /configure
parent1f54129c4ea4cc88571b75b7d093107985913315 (diff)
downloadlvm2-6d392776b0c65c02f53435cbc1adbbb6765dfaa6.tar.gz
configure: compile with vdo and writecache by default
Enable compilation of vdo and writecache support as internaly supported segment types by default. For disabling use: --with-vdo=none --with-writcache=none
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 716ee9ca7..7fdd20206 100755
--- a/configure
+++ b/configure
@@ -9586,7 +9586,7 @@ $as_echo_n "checking whether to include vdo... " >&6; }
if test "${with_vdo+set}" = set; then :
withval=$with_vdo; VDO=$withval
else
- VDO="none"
+ VDO="internal"
fi
@@ -9746,7 +9746,7 @@ $as_echo_n "checking whether to include writecache... " >&6; }
if test "${with_writecache+set}" = set; then :
withval=$with_writecache; WRITECACHE=$withval
else
- WRITECACHE="none"
+ WRITECACHE="internal"
fi