diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-12-12 22:39:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-12-12 22:39:29 +0000 |
commit | 19b8a80ee9e46f543403e433a1a1c1b84933c967 (patch) | |
tree | 395a0d2adfd9052e8c795a4a31c648b398c1aeaf /configure.ac | |
parent | 30eb452adf0f4770ee3249c2b1e089fea973a806 (diff) |
might as well output all supported protocols at the end of configure to
make it more obvious how the output will be
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8ae807731..9618ed870 100644 --- a/configure.ac +++ b/configure.ac @@ -2653,6 +2653,7 @@ AC_MSG_NOTICE([Configured to build curl/libcurl: ca cert path: ${capath} LDAP support: ${curl_ldap_msg} LDAPS support: ${curl_ldaps_msg} + Protocols: ${SUPPORT_PROTOCOLS} ]) if test "x$soname_bump" = "xyes"; then |