From ad373686c3c89b1f69aa93ec1a1ee49f8c00da1c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 14 Feb 2019 11:45:49 +0100 Subject: [PATCH] configure: show features as well in the final summary Closes #3569 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index e9f0ef75b..462ed8134 100755 --- a/configure.ac +++ b/configure.ac @@ -4329,4 +4329,5 @@ AC_MSG_NOTICE([Configured to build curl/libcurl: PSL support: ${curl_psl_msg} HTTP2 support: ${curl_h2_msg} Protocols: ${SUPPORT_PROTOCOLS} + Features: ${SUPPORT_FEATURES} ])