summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-09-08 14:45:01 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-09-08 14:45:01 +0200
commitd087cb3dfb5be4094fbb017376873cac77265760 (patch)
tree008726d344d9538997edcf964b2d4381c985d680
parentb1b804c4c8a3b1440a83072c54244a848463eb7d (diff)
downloadlibrda-d087cb3dfb5be4094fbb017376873cac77265760.tar.gz
librda-d087cb3dfb5be4094fbb017376873cac77265760.tar.bz2
librda-d087cb3dfb5be4094fbb017376873cac77265760.zip
configure.ac: Be happy with GLib-2.0 >= 2.37. Should be sufficient (resolves FTBFS on Ubuntu 16.04).
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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