diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-02-14 11:45:49 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-02-14 12:59:44 +0100 |
commit | ad373686c3c89b1f69aa93ec1a1ee49f8c00da1c (patch) | |
tree | 452f57e45ebd8f5e653ced3d9801262867572213 /configure.ac | |
parent | e6ac3ba65760f6152fb12b1e942008d0b18cc7cf (diff) | |
download | curl-ad373686c3c89b1f69aa93ec1a1ee49f8c00da1c.tar.gz |
configure: show features as well in the final summary
Closes #3569
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 1 |
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} ]) |