diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-11-04 15:07:12 +0100 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-11-04 15:07:12 +0100 |
commit | 9eac8436f165bdb1a4aac99a742f2e85d6866f90 (patch) | |
tree | 20b1feb5aca3a532a083b4963cb52edc62098861 /configure.ac | |
parent | 0776af2b22a7b498fcf653799e3b6f6633a64890 (diff) | |
download | gvfs-9eac8436f165bdb1a4aac99a742f2e85d6866f90.tar.gz |
build: bump GLib required version to 2.27.1.
So that it's not possible to mix gvfs-based and x-scheme-handler based
application lookup.
See https://bugzilla.gnome.org/show_bug.cgi?id=631410
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0cef996a..fb21c178 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ GTK_DOC_CHECK DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc" AC_SUBST(DISTCHECK_CONFIGURE_FLAGS) -PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.23.4 gthread-2.0 gobject-2.0 gmodule-no-export-2.0 gio-unix-2.0 gio-2.0 ) +PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.27.1 gthread-2.0 gobject-2.0 gmodule-no-export-2.0 gio-unix-2.0 gio-2.0 ) PKG_CHECK_MODULES(DBUS, dbus-1) |