Add UDT dissector. Bug 8741 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...
[metze/wireshark/wip.git] / configure.ac
index a41a18f80ff93e3bc47a8b2255c024ee50487610..fa1323526fcf0e17a3549c4d45f1ba6b87de9383 100644 (file)
@@ -132,6 +132,10 @@ then
        AC_MSG_ERROR(I couldn't find pod2html; make sure it's installed and in your path)
 fi
 
+#
+# Checks for programs used by Wireshark/TShark/etc.
+#
+
 #
 # XXX - this looks for various HTML viewers on the host, not the target;
 # we really want to know what's available on the target, for cross-builds.
@@ -1099,7 +1103,7 @@ else
        have_gtk=no
 fi
 
-GLIB_MIN_VERSION=2.14.0
+GLIB_MIN_VERSION=2.16.0
 AC_SUBST(GLIB_MIN_VERSION)
 # GLib checks; we require GLib $GLIB_MIN_VERSION or later, and require gmodule
 # support, as we need that for dynamically loading plugins.