From: Daniel Stenberg Date: Thu, 14 Feb 2019 10:45:49 +0000 (+0100) Subject: configure: show features as well in the final summary X-Git-Tag: curl-7_64_1~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad373686c3c89b1f69aa93ec1a1ee49f8c00da1c;p=thirdparty%2Fcurl.git configure: show features as well in the final summary Closes #3569 --- diff --git a/configure.ac b/configure.ac index e9f0ef75b7..462ed81345 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} ])