summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-03-28 17:19:53 +0100
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2013-03-28 16:51:31 +0000
commitb7b3a90f5a3fc22247e4eb6b12b55f0366c74241 (patch)
treec4d1acc660309161f34b16abdb05749752cbe791 /configure.ac
parent7ee37c3ac6dd486428ee96eed7f147e2f23c1b80 (diff)
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.meeks@suse.com> Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz> Tested-by: Tomáš Chvátal <tchvatal@suse.cz> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7ef0db621a23..b0b9140fc14b 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],