From fbc5927d7ef4ab552efe94abc4e0e69a113ba0e7 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 29 Jan 2020 14:09:00 +0000 Subject: [PATCH] build-sys: Print libsodium status at end of configure Like we do with other features. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index e41ccb70..5d9d2a23 100644 --- a/configure.ac +++ b/configure.ac @@ -641,6 +641,7 @@ echo " cryptographic checksums: $with_crypto systemd: $with_libsystemd libmount: $with_libmount + libsodium (ed25519 signatures): $with_libsodium libarchive (parse tar files directly): $with_libarchive static deltas: yes (always enabled now) O_TMPFILE: $enable_otmpfile