summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2007-10-29 21:24:55 +0000
committerChristophe Fergeau <teuf@gnome.org>2007-10-29 21:24:55 +0000
commit066b3ac21f907caf0c9bc969994c42445960f4f2 (patch)
treef8f45e2daadfb3a64546ecdb7128644ef25cd866 /configure.ac
parent82d9ea9b068b802ccb8f2d685bb054d5a81b314e (diff)
downloadlibgpod-tmz-066b3ac21f907caf0c9bc969994c42445960f4f2.tar.gz
libgpod-tmz-066b3ac21f907caf0c9bc969994c42445960f4f2.tar.xz
libgpod-tmz-066b3ac21f907caf0c9bc969994c42445960f4f2.zip
* 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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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 **************************************************