summaryrefslogtreecommitdiff
path: root/configure
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
parent46f43589d00d0bcb74028df602897509db7d93b9 (diff)
downloadlvm2-72b931d66407fedc68735324996fa190ebaf1a3f.tar.gz
configure: enable integrity by default
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 219a3ba2f..f7b681cad 100755
--- a/configure
+++ b/configure
@@ -9771,7 +9771,7 @@ $as_echo_n "checking whether to include integrity... " >&6; }
if test "${with_integrity+set}" = set; then :
withval=$with_integrity; INTEGRITY=$withval
else
- INTEGRITY="none"
+ INTEGRITY="internal"
fi