Author: damjan
Date: Thu Oct 19 16:35:49 2017
New Revision: 1812655

URL: http://svn.apache.org/viewvc?rev=1812655&view=rev
Log:
GnomeVFS was deprecated 9 years ago. Make GIO, its replacement,
the default searched by configure.ac instead.

Patch by: me


Modified:
    openoffice/trunk/main/configure.ac

Modified: openoffice/trunk/main/configure.ac
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/configure.ac?rev=1812655&r1=1812654&r2=1812655&view=diff
==============================================================================
--- openoffice/trunk/main/configure.ac (original)
+++ openoffice/trunk/main/configure.ac Thu Oct 19 16:35:49 2017
@@ -313,10 +313,10 @@ AC_ARG_ENABLE(gconf,
 AC_ARG_ENABLE(gnome-vfs,
 [  --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,
 [  --enable-gio            Determines whether to use the GIO support
-],,enable_gio=no)
+],,enable_gio=yes)
 AC_ARG_ENABLE(static-gtk,
 [  --enable-static-gtk     Modules that are linked against gtk libraries use
                           the static libraries instead of the dynamic ones. 


Reply via email to