summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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],