From c05c9866b97c67e08b85dd75c5c382369a910c64 Mon Sep 17 00:00:00 2001 From: teuf Date: Mon, 29 Oct 2007 21:24:55 +0000 Subject: * configure.ac: raise glib requirement to 2.8 (because of g_file_set_contents) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1744 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ab38313..41817c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-29 Christophe Fergeau + + * configure.ac: raise glib requirement to 2.8 (because of + g_file_set_contents) + 2007-10-29 Christophe Fergeau * configure.ac: remove mremap check 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 ************************************************** -- cgit