summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-02-14 11:45:49 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-02-14 12:59:44 +0100
commitad373686c3c89b1f69aa93ec1a1ee49f8c00da1c (patch)
tree452f57e45ebd8f5e653ced3d9801262867572213
parente6ac3ba65760f6152fb12b1e942008d0b18cc7cf (diff)
downloadcurl-ad373686c3c89b1f69aa93ec1a1ee49f8c00da1c.tar.gz
configure: show features as well in the final summary
Closes #3569
-rwxr-xr-xconfigure.ac1
1 files changed, 1 insertions, 0 deletions
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}
])