configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b7b3a90f5a3fc22247e4eb6b12b55f0366c74241 Author: Bjoern Michaelsen <bjoern.michael...@canonical.com> Date: Thu Mar 28 17:19:53 2013 +0100
make gio the default instead of crufty old gnome-vfs - distro-config for Linux should stay fine as it is explict about gnome-vfs - this makes e.g. a: sudo apt-get build-dep libreoffice ./autogen.sh work out of the box for Ubuntu Quantal Change-Id: I5a85f7af80f798a683e5c92b329ed3d4fd250a1f Reviewed-on: https://gerrit.libreoffice.org/3114 Reviewed-by: Michael Meeks <michael.me...@suse.com> Reviewed-by: Tomáš Chvátal <tchva...@suse.cz> Tested-by: Tomáš Chvátal <tchva...@suse.cz> Reviewed-by: Björn Michaelsen <bjoern.michael...@canonical.com> Tested-by: Björn Michaelsen <bjoern.michael...@canonical.com> diff --git a/configure.ac b/configure.ac index 7ef0db6..b0b9140 100644 --- a/configure.ac +++ b/configure.ac @@ -923,12 +923,12 @@ AC_ARG_ENABLE(gnome-vfs, AS_HELP_STRING([--disable-gnome-vfs], [Determines whether to use the Gnome Virtual Filing System on platforms where that VFS is available.]), -,enable_gnome_vfs=yes) +,enable_gnome_vfs=no) AC_ARG_ENABLE(gio, AS_HELP_STRING([--enable-gio], [Determines whether to use the GIO support.]), -,enable_gio=no) +,enable_gio=yes) AC_ARG_ENABLE(telepathy, AS_HELP_STRING([--enable-telepathy],
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits