From 19b8a80ee9e46f543403e433a1a1c1b84933c967 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg <daniel@haxx.se> Date: Sat, 12 Dec 2009 22:39:29 +0000 Subject: [PATCH] might as well output all supported protocols at the end of configure to make it more obvious how the output will be --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 8ae8077317..9618ed8704 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 -- GitLab