autotools: Remove repeated configure output (sshdump)

Change-Id: Ia0c7b9f1a6d311e6172f9848a7c809107b6fcd65
Reviewed-on: https://code.wireshark.org/review/13316
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Dario Lombardo <lomato@gmail.com>
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2016-01-15 18:07:16 +00:00 committed by João Valverde
parent ea257be384
commit 8f73377c05
1 changed files with 0 additions and 17 deletions

View File

@ -2338,23 +2338,6 @@ else
AC_MSG_RESULT(no)
fi
if test "x$enable_sshdump" = "xyes" ; then
if test "x$have_good_libssh" = "xyes" ; then
sshdump_bin="sshdump\$(EXEEXT)"
sshdump_man="sshdump.1"
else
echo "Can't find libssh. Disabling sshdump."
enable_sshdump=no
sshdump_bin=""
sshdump_man=""
fi
else
sshdump_bin=""
sshdump_man=""
fi
AC_SUBST(sshdump_bin)
AC_SUBST(sshdump_man)
if test "x$enable_randpktdump" = "xyes" ; then
randpktdump_bin="randpktdump\$(EXEEXT)"
randpktdump_man=""