summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-10-11 18:42:34 +0000
committerGerald Combs <gerald@wireshark.org>2013-10-11 18:42:34 +0000
commitd643779b9bdb74e62ed5a4c1b58bd57f855c890a (patch)
tree638811ade3e92a013463bb5aeefe49a30698942f
parenta63177224313e416e53bb62b2f12210aaed584de (diff)
downloadwireshark-d643779b9bdb74e62ed5a4c1b58bd57f855c890a.tar.gz
Build with Qt by default.
svn path=/trunk/; revision=52548
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4615fe6ff8..0773aa9e30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -470,7 +470,7 @@ AC_SYS_LARGEFILE
#
AC_ARG_WITH([qt],
AC_HELP_STRING( [--with-qt=@<:@yes/no@:>@],
- [use Qt @<:@default=no@:>@]),
+ [use Qt @<:@default=yes@:>@]),
with_qt="$withval", with_qt="unspecified")
AC_ARG_WITH([gtk2],
@@ -1323,8 +1323,9 @@ if test "x$enable_wireshark" = "xyes"; then
"x$with_gtk3" = "xunspecified" -a \
"x$with_qt" = "xunspecified"; then
#
- # No GUI toolkit was explicitly specified; pick GTK+ 3.
+ # No GUI toolkit was explicitly specified; pick Qt and GTK+ 3.
#
+ with_qt=yes
with_gtk3=yes
fi
if test "x$with_qt" = "xyes"; then