diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-09-08 14:45:01 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-09-08 14:45:01 +0200 |
commit | d087cb3dfb5be4094fbb017376873cac77265760 (patch) | |
tree | 008726d344d9538997edcf964b2d4381c985d680 | |
parent | b1b804c4c8a3b1440a83072c54244a848463eb7d (diff) | |
download | librda-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.ac | 2 |
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 |