[gnome-online-accounts] configure.ac: remove --facebook-client-secret option



commit 0b70ce8d1d33a45ebab8f374195dcf294cd68985
Author: Xavier Claessens <xavier claessens collabora co uk>
Date:   Thu Jun 14 11:12:00 2012 +0200

    configure.ac: remove --facebook-client-secret option
    
    This is not used anymore

 configure.ac |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index dad5831..9774340 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,11 +173,7 @@ AC_ARG_WITH(facebook-client-id,
                             [Facebook OAuth 2.0 client id])],
                             [],
                             [])
-AC_ARG_WITH(facebook-client-secret,
-            [AS_HELP_STRING([--with-facebook-client-secret],
-                            [Facebook OAuth 2.0 client secret])],
-                            [],
-                            [])
+
 if test "$with_facebook_client_id" = ""; then
   with_facebook_client_id=297654143624603
 fi



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