summaryrefslogtreecommitdiff
authorVasily Khoruzhick <anarsoul@gmail.com>2013-01-24 09:05:36 (GMT)
committer Bastien Nocera <hadess@hadess.net>2013-01-30 16:52:54 (GMT)
commit7eafca7babe40bc7dddd27ce9051b13b90ada021 (patch) (side-by-side diff)
tree500f27cbc1839721d4f2e15fc099140590211cc3
parent3b3679c900f6739f7067f8d720e15d548bb39be9 (diff)
downloadlibfprint-master.zip
libfprint-master.tar.gz
build: glib-2.28 or newer is a requirementHEADmaster
We're using g_slist_free_full which was introduced in glib-2.28 https://bugs.freedesktop.org/show_bug.cgi?id=59790
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 978ef0d..b2ec4a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)