From 72b931d66407fedc68735324996fa190ebaf1a3f Mon Sep 17 00:00:00 2001 From: David Teigland Date: Wed, 16 Sep 2020 15:14:51 -0500 Subject: configure: enable integrity by default --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.1