[gnome-online-accounts/gnome-3-10] Disable Facebook by default



commit 9f64a01a12e664d97704630446563c374bc89c27
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Mar 26 17:32:57 2015 +0100

    Disable Facebook by default
    
    Facebook has dropped support for XMPP in version 2.0 of the Graph API.
    There is no known alternative for this, and it makes this provider
    useless.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745004

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e280af4..20ec10e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -275,7 +275,7 @@ fi
 AC_ARG_ENABLE([facebook], [AS_HELP_STRING([--enable-facebook],
                                           [Enable Facebook provider])],
                                           [],
-                                          [enable_facebook=yes])
+                                          [enable_facebook=no])
 AC_ARG_WITH(facebook-client-id,
             [AS_HELP_STRING([--with-facebook-client-id],
                             [Facebook OAuth 2.0 client id])],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]