diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2011-11-07 13:00:31 +0100 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2011-12-14 09:59:44 +0100 |
commit | d1ebf26eb23a307d8e45f7b49770481151c0ab26 (patch) | |
tree | ebde24b45d2c73c4fa9f878e2989c5216be25c85 /configure.ac | |
parent | 194c14c2b244eeec197261b1063e75d6f21e996c (diff) |
g_source_get_current_time() is replaced by g_source_get_time()
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5e1f740..3f23fdc 100644 --- a/configure.ac +++ b/configure.ac @@ -108,7 +108,7 @@ dnl Check endianness (Needed for the sha1 implementation) AC_C_BIGENDIAN dnl Check for Glib -PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.16, gobject-2.0 >= 2.16, gthread-2.0 >= +PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.28, gobject-2.0 >= 2.16, gthread-2.0 >= 2.4, gio-2.0 >= 2.26]) AC_SUBST(GLIB_CFLAGS) |