[Libreoffice-commits] core.git: configure.ac

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Thu Mar 28 09:51:52 PDT 2013


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b7b3a90f5a3fc22247e4eb6b12b55f0366c74241
Author: Bjoern Michaelsen <bjoern.michaelsen at 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.meeks at suse.com>
    Reviewed-by: Tomáš Chvátal <tchvatal at suse.cz>
    Tested-by: Tomáš Chvátal <tchvatal at suse.cz>
    Reviewed-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
    Tested-by: Björn Michaelsen <bjoern.michaelsen at 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],


More information about the Libreoffice-commits mailing list