diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2007-10-29 Christophe Fergeau <teuf@gnome.org> + * configure.ac: raise glib requirement to 2.8 (because of + g_file_set_contents) + +2007-10-29 Christophe Fergeau <teuf@gnome.org> + * configure.ac: remove mremap check * src/db-artwork-writer.c: get rid mmap/mremap use diff --git a/configure.ac b/configure.ac index e0b0a23..e4a12fe 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,7 @@ AC_PROG_LN_S AC_PROG_MAKE_SET AC_PROG_INTLTOOL([0.21]) -PKG_CHECK_MODULES(LIBGPOD, glib-2.0 >= 2.4.0 gobject-2.0) +PKG_CHECK_MODULES(LIBGPOD, glib-2.0 >= 2.8.0 gobject-2.0) LIBGPOD_CFLAGS="$LIBGPOD_CFLAGS -Wall" dnl ************************************************** |