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?