Bump minimum GLib version
authorMikael Berthe <mikael@lilotux.net>
Fri, 28 Sep 2018 22:03:46 +0200
changeset 729 e63d00271473
parent 728 35639729e565
child 730 202bc8bac438
child 731 bf83410db875
Bump minimum GLib version See PR #35.
README
configure.ac
--- a/README	Fri Sep 28 16:18:19 2018 +0200
+++ b/README	Fri Sep 28 22:03:46 2018 +0200
@@ -14,14 +14,14 @@
 Requirements:
 =============
 
-Glib >= 2.12.4:
-http://ftp.gnome.org/pub/GNOME/sources/glib/2.16/
+Glib >= 2.38.0:
+http://ftp.gnome.org/pub/GNOME/sources/glib/
 
 gtk-doc (optional, if you want documentation built):
 ftp://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.0
 
 If you want our unit tests through the g_test framework:
-Glib >= 2.16.0
+Glib >= 2.38.0
 
 If you want SSL-support you'll also need:
 GnuTLS >= 3.0.20 with libtasn support.
--- a/configure.ac	Fri Sep 28 16:18:19 2018 +0200
+++ b/configure.ac	Fri Sep 28 22:03:46 2018 +0200
@@ -55,7 +55,7 @@
 AC_SUBST([LT_REVISION])
 AC_SUBST([LT_AGE])
 
-AM_PATH_GLIB_2_0
+AM_PATH_GLIB_2_0(2.38.0)
 
 AC_CHECK_HEADERS([arpa/inet.h fcntl.h memory.h netdb.h netinet/in.h netinet/in_systm.h stdlib.h string.h sys/socket.h sys/time.h unistd.h])
 AC_CHECK_HEADERS([winsock2.h arpa/nameser_compat.h])
@@ -80,8 +80,8 @@
 AC_SUBST(CFLAGS)
 AC_SUBST(LDFLAGS)
 
-GLIB2_REQUIRED=2.12.4
-GLIB2_TEST_REQUIRED=2.16.0
+GLIB2_REQUIRED=2.38.0
+GLIB2_TEST_REQUIRED=2.38.0
 GNUTLS_REQUIRED=3.0.20
 LIBTASN1_REQUIRED=0.2.6