From d21295f9a6da65420254afba0bb8a64cb4155947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Thu, 4 Aug 2016 12:11:09 +0100 Subject: Bump GLib minimum required version to 2.22.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0ab85be8090f234f9ca10914063f97f13c894413 Reviewed-on: https://code.wireshark.org/review/16879 Petri-Dish: João Valverde Reviewed-by: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index db0066a5c1..82f91ba163 100644 --- a/configure.ac +++ b/configure.ac @@ -1176,7 +1176,7 @@ else AC_MSG_RESULT(no) fi -GLIB_MIN_VERSION=2.16.0 +GLIB_MIN_VERSION=2.22.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. -- cgit v1.2.1