Clean up the "Build wireshark" message.

Change-Id: I40883aee5207dd8a437fcde827386bd370fbe96c
Reviewed-on: https://code.wireshark.org/review/9570
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-07-08 23:37:00 -07:00
parent 281055af9c
commit 7082b86ab6
1 changed files with 2 additions and 1 deletions

View File

@ -3258,6 +3258,7 @@ fi
if test "x$have_qt" = "xyes" ; then
enable_wireshark_qt="yes"
qt_lib_message=" (with Qt $qt_version)"
else
enable_wireshark_qt="no"
fi
@ -3340,7 +3341,7 @@ fi
echo ""
echo "The Wireshark package has been configured with the following options."
echo " Build wireshark : $enable_wireshark_qt (with Qt $qt_version)"
echo " Build wireshark : $enable_wireshark_qt$qt_lib_message"
echo " Build wireshark-gtk : $have_gtk""$gtk_lib_message"
echo " Build tshark : $enable_tshark"
echo " Build tfshark : $enable_tfshark"