aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-05-20 17:27:05 +0000
committerGerald Combs <gerald@wireshark.org>2013-05-20 17:27:05 +0000
commitc0702583d310d1bba45066446cb5b40c4cdf410c (patch)
tree33566b110a2ae7fd28f3a0ef8a40f3d6a3a98d8d /configure.ac
parenta02e821fe6d6c59387fe235bde6fd2e00f190566 (diff)
Make the minimum supported GLib version 2.16.
svn path=/trunk/; revision=49444
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 61e8896d8c..fa1323526f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1103,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.