configure: Display ssh_user_agent as a libssh sub-option

Change-Id: I19e38015d1395b021bc5169a6bf37fba0c5b1fe9
Reviewed-on: https://code.wireshark.org/review/24116
Petri-Dish: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2017-10-25 22:59:19 +01:00 committed by João Valverde
parent 7dbc520d57
commit 18237cfd15
1 changed files with 4 additions and 8 deletions

View File

@ -2970,16 +2970,13 @@ fi
if test "x$have_good_libssh" = "xyes" ; then
libssh_message="yes"
if test "x$have_ssh_userauth_agent" = "xno" ; then
ssh_userauth_agent_message=" (without ssh_userauth_agent)"
fi
else
libssh_message="no"
fi
if test "x$have_ssh_userauth_agent" = "xyes" ; then
ssh_userauth_agent_message="yes"
else
ssh_userauth_agent_message="no"
fi
if test "x$have_good_nghttp2" = "xyes" ; then
nghttp2_message="yes"
else
@ -3053,8 +3050,7 @@ echo " Use SSL crypto library : $ssl_message"
echo " Use GnuTLS library : $tls_message"
echo " Use POSIX capabilities library : $libcap_message"
echo " Use GeoIP library : $geoip_message"
echo " Use libssh library : $libssh_message"
echo " Have ssh_userauth_agent : $ssh_userauth_agent_message"
echo " Use libssh library : ${libssh_message}${ssh_userauth_agent_message}"
echo " Use nl library : $libnl_message"
echo " Use SBC codec library : $have_sbc"
echo " Use SpanDSP library : $have_spandsp"