summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 14:29:43 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 14:29:43 +0000
commit9e563c924f5af3087e6d0eaa9ec748650ccec58a (patch)
tree1244e2b1374371356be7bbb6557163ee1ec43abe /configure.ac
parent2fe2abc9f7c7e32d54a6e32e3e27b6355b622a29 (diff)
downloadgvfs-9e563c924f5af3087e6d0eaa9ec748650ccec58a.tar.gz
Remove goffset and require the version of glib where it was added
Original git commit by Alexander Larsson <alexl@redhat.com> at 1185268193 +0200 svn path=/trunk/; revision=695
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 b4e6669d..5c0157e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,7 +112,7 @@ GTK_DOC_CHECK
DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc"
AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
-PKG_CHECK_MODULES(GLIB, glib-2.0 gthread-2.0 gobject-2.0 gmodule-no-export-2.0)
+PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.13.8 gthread-2.0 gobject-2.0 gmodule-no-export-2.0)
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)