Add directio to reenc test.
[platform/upstream/cryptsetup.git] / configure.in
index 3345f0e..8902de4 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.67])
-AC_INIT([cryptsetup],[1.5.0-rc1])
+AC_INIT([cryptsetup],[1.5.0-rc2])
 
 dnl library version from <major>.<minor>.<release>[-<suffix>]
 LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)
@@ -193,6 +193,11 @@ AC_ARG_ENABLE(veritysetup,
        [disable veritysetup support]),[], [enable_veritysetup=yes])
 AM_CONDITIONAL(VERITYSETUP, test x$enable_veritysetup = xyes)
 
+AC_ARG_ENABLE([cryptsetup-reencrypt],
+       AS_HELP_STRING([--enable-cryptsetup-reencrypt],
+       [enable cryptsetup-reencrypt tool]))
+AM_CONDITIONAL(REENCRYPT, test x$enable_cryptsetup_reencrypt = xyes)
+
 AC_ARG_ENABLE(selinux,
        AS_HELP_STRING([--disable-selinux],
        [disable selinux support [default=auto]]),[], [])