From 64c97765a598b3c43456e474511a59b5564e9f4a Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 10 Mar 2010 13:13:19 +0100 Subject: [PATCH] Tidy up build option notice. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d534dfc..ecabb92 100644 --- a/configure.ac +++ b/configure.ac @@ -277,7 +277,7 @@ AC_MSG_NOTICE([summary of build options: Compiler: ${CC} Compiler flags: ${CFLAGS} Library types: Shared=${enable_shared}, Static=${enable_static} - Crypto library: openssl: $ac_cv_libssl (AES-CTR: $ac_cv_func_EVP_aes128_ctr) libgcrypt: $ac_cv_libgcrypt + Crypto library: openssl: ${ac_cv_libssl:-no} (AES-CTR: ${ac_cv_func_EVP_aes128_ctr:N/A}) libgcrypt: ${ac_cv_libgcrypt:-no} Debug build: $enable_debug Path to sshd: $ac_cv_path_SSHD (only for self-tests) libz compression: $ac_cv_libz