build: glib-2.28 or newer is a requirement
We're using g_slist_free_full which was introduced in glib-2.28 https://bugs.freedesktop.org/show_bug.cgi?id=59790
This commit is contained in:
parent
3b3679c900
commit
7eafca7bab
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ PKG_CHECK_MODULES(CRYPTO, nss)
|
|||
AC_SUBST(CRYPTO_CFLAGS)
|
||||
AC_SUBST(CRYPTO_LIBS)
|
||||
|
||||
PKG_CHECK_MODULES(GLIB, "glib-2.0")
|
||||
PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.28])
|
||||
AC_SUBST(GLIB_CFLAGS)
|
||||
AC_SUBST(GLIB_LIBS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue