aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-06-09 16:37:12 -0700
committerGuy Harris <guy@alum.mit.edu>2015-06-09 23:37:52 +0000
commit3944e5563365cdd51a3a6ca3d55cff88d3bd4a25 (patch)
treeb32f5bc1b00e66d57fc121b791804f147d1ef81b /acinclude.m4
parentcc1849b67ed986472bed3eaafcefdd535749bec7 (diff)
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@alum.mit.edu>
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 7b3026f2da..700df49789 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1964,7 +1964,7 @@ AC_DEFUN([AC_WIRESHARK_QT_MODULE_CHECK],
#
case "$3" in
- yes)
+ yes|unspecified)
#
# Check for all versions of Qt we support.
#