might as well output all supported protocols at the end of configure to

make it more obvious how the output will be
This commit is contained in:
Daniel Stenberg 2009-12-12 22:39:29 +00:00
Родитель 30eb452adf
Коммит 19b8a80ee9
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -2653,6 +2653,7 @@ AC_MSG_NOTICE([Configured to build curl/libcurl:
ca cert path: ${capath} ca cert path: ${capath}
LDAP support: ${curl_ldap_msg} LDAP support: ${curl_ldap_msg}
LDAPS support: ${curl_ldaps_msg} LDAPS support: ${curl_ldaps_msg}
Protocols: ${SUPPORT_PROTOCOLS}
]) ])
if test "x$soname_bump" = "xyes"; then if test "x$soname_bump" = "xyes"; then