summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-11-17 15:05:10 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-11-17 15:05:10 +0000
commit3a96d8768c59e0713b08f0a1399eaec7943eb933 (patch)
tree8c6ae5de83498a1ae213f0ebe2e20986a8f39d91 /configure.ac
parent01139a53649d0f1d0e9781b9fdfca19c7a1027e2 (diff)
downloadlibgpod-3a96d8768c59e0713b08f0a1399eaec7943eb933.tar.gz
libgpod-3a96d8768c59e0713b08f0a1399eaec7943eb933.tar.xz
libgpod-3a96d8768c59e0713b08f0a1399eaec7943eb933.zip
* configure.ac: check for version 2.4 of glib -- now we need to
make sure that libgpod actually works with 2.4... git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1152 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 1fd18fb..a33382c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ AC_PROG_MAKE_SET
AC_PROG_INTLTOOL([0.21])
AC_CHECK_FUNCS(mremap)
-PKG_CHECK_MODULES(LIBGPOD, glib-2.0 gobject-2.0)
+PKG_CHECK_MODULES(LIBGPOD, glib-2.0 >= 2.4.0 gobject-2.0)
LIBGPOD_CFLAGS="$LIBGPOD_CFLAGS -Wall"
dnl **************************************************