From 4e31595c7a85b1f1c5ab665df98e2973df4f03b6 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Sat, 28 Oct 2017 14:08:26 +0200 Subject: [PATCH] Enable build of cryptsetup-reencrypt by default. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1b3da23e..4cb0dfb2 100644 --- a/configure.ac +++ b/configure.ac @@ -293,8 +293,8 @@ AC_ARG_ENABLE(veritysetup, AM_CONDITIONAL(VERITYSETUP, test x$enable_veritysetup = xyes) AC_ARG_ENABLE([cryptsetup-reencrypt], - AS_HELP_STRING([--enable-cryptsetup-reencrypt], - [enable cryptsetup-reencrypt tool])) + AS_HELP_STRING([--disable-cryptsetup-reencrypt], + [disable cryptsetup-reencrypt tool]),[], [enable_cryptsetup_reencrypt=yes]) AM_CONDITIONAL(REENCRYPT, test x$enable_cryptsetup_reencrypt = xyes) AC_ARG_ENABLE(integritysetup,