| author | Vasily Khoruzhick <anarsoul@gmail.com> | 2013-01-24 09:05:36 (GMT) |
|---|---|---|
| committer | Bastien Nocera <hadess@hadess.net> | 2013-01-30 16:52:54 (GMT) |
| commit | 7eafca7babe40bc7dddd27ce9051b13b90ada021 (patch) (side-by-side diff) | |
| tree | 500f27cbc1839721d4f2e15fc099140590211cc3 | |
| parent | 3b3679c900f6739f7067f8d720e15d548bb39be9 (diff) | |
| download | libfprint-master.zip libfprint-master.tar.gz | |
We're using g_slist_free_full which was introduced in glib-2.28
https://bugs.freedesktop.org/show_bug.cgi?id=59790
| -rw-r--r-- | configure.ac | 2 |
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) |
