From 6d392776b0c65c02f53435cbc1adbbb6765dfaa6 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 9 Sep 2020 15:56:06 +0200 Subject: 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 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') 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 -- cgit v1.2.1