summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2020-09-16 15:14:51 -0500
committerDavid Teigland <teigland@redhat.com>2020-09-16 15:14:51 -0500
commit72b931d66407fedc68735324996fa190ebaf1a3f (patch)
tree7c7b8dca4c3d47295be0a3db4e8da6a52cbd6aa9 /configure.ac
parent46f43589d00d0bcb74028df602897509db7d93b9 (diff)
downloadlvm2-72b931d66407fedc68735324996fa190ebaf1a3f.tar.gz
configure: enable integrity by default
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 537dc801c..c2a72abf2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -673,7 +673,7 @@ AC_MSG_CHECKING(whether to include integrity)
AC_ARG_WITH(integrity,
AC_HELP_STRING([--with-integrity=TYPE],
[integrity support: internal/none [none]]),
- INTEGRITY=$withval, INTEGRITY="none")
+ INTEGRITY=$withval, INTEGRITY="internal")
AC_MSG_RESULT($INTEGRITY)