summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2007-10-09 09:41:00 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-10-09 09:41:00 +0000
commit026a6499e6923818d89eb821a81f8bd11bb68e15 (patch)
tree4a91fe73e94fa46bf1a1f3b86d404d190b15c9ee /configure.ac
parent6f6ab7302de0257589be2e6c3c9b93a581694a88 (diff)
downloadgvfs-026a6499e6923818d89eb821a81f8bd11bb68e15.tar.gz
Pull in gio-unix-2.0
2007-10-09 Alexander Larsson <alexl@redhat.com> * configure.ac: Pull in gio-unix-2.0 * daemon/gvfsbackendtrash.c: Use GUnixMounts instead of volume monitor This shows *all* mounts and avoids unnecessary stuff svn path=/trunk/; revision=972
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 62833fa3..6214a8c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ GTK_DOC_CHECK
DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc"
AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
-PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.13.8 gthread-2.0 gobject-2.0 gmodule-no-export-2.0 gio-2.0)
+PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.13.8 gthread-2.0 gobject-2.0 gmodule-no-export-2.0 gio-2.0 gio-unix-2.0)
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)