From d087cb3dfb5be4094fbb017376873cac77265760 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 8 Sep 2018 14:45:01 +0200 Subject: configure.ac: Be happy with GLib-2.0 >= 2.37. Should be sufficient (resolves FTBFS on Ubuntu 16.04). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 12296d1..baad8eb 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,7 @@ if test "x$enable_deprecation_flags" = "xyes"; then AC_SUBST(DISABLE_DEPRECATED_CFLAGS) fi -GLIB_REQUIRED=2.50.0 +GLIB_REQUIRED=2.37.0 GIO_REQUIRED=2.26.0 GTK3_REQUIRED_VERSION=3.6 -- cgit v1.2.3