Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] --without-gtk3 doesn't imply --with-qt

From: Stephen Fisher <sfisher@xxxxxxx>
Date: Tue, 25 Nov 2014 16:09:19 -0700
I decided to stop building my local Wireshark with GTK3 support by 
adding --without-gtk3 (or --with-gtk3=no) assuming that this would still 
imply that I wanted it built with qt (--with-qt or --with-qt=yes), since 
they both default to yes, but the current logic in configure.ac doesn't 
account for disabling just one and I get this error:

configure: error: Neither Qt nor GTK+ 2.12.0 or later are available, so 
Wireshark can't be compiled

Does anyone see a problem with me changing configure.ac to default to 
--with-qt when --with-gtk3=no?