URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3944e5563365cdd51a3a6ca3d55cff88d3bd4a25
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3944e55 by Guy Harris (guy@xxxxxxxxxxxx):
Clean up --with-qt handling.
If you don't specify --with-qt or --without-qt, we build with Qt iff we
find it; we don't fail if we don't find it.
If you specify --with-qt, we build with Qt if we find it and fail if we
don't find it.
If you specify --without-qt, we don't look for Qt and don't build with
it.
This is all independent of --with-gtk2 or --with-gtk3.
Change-Id: I508d3281192bda9168fc46aba6011687c83ef818
Reviewed-on: https://code.wireshark.org/review/8861
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from cc1849b Qt: fix a V595 warning reported by PVS-Studio
adds 3944e55 Clean up --with-qt handling.
Summary of changes:
acinclude.m4 | 2 +-
configure.ac | 19 +++++++++++++------
2 files changed, 14 insertions(+), 7 deletions(-)