[gnome-online-accounts] google: Make the configure options match OAuth 2.0 lingo



commit f94dd5fd729de64071750dbbe2bd387247772ddf
Author: Carl-Anton Ingmarsson <ca ingmarsson gmail com>
Date:   Thu Dec 6 16:05:27 2012 +0100

    google: Make the configure options match OAuth 2.0 lingo
    
    The names of the variables were updated but the configure options were
    not.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689770

 configure.ac |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1f945ac..0b04cbc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,14 +146,14 @@ fi
 
 # Google
 AC_ARG_ENABLE([google], [AS_HELP_STRING([--enable-google], [Enable Google provider])], [], [enable_google=yes])
-AC_ARG_WITH(google-consumer-key,
-            [AS_HELP_STRING([--with-google-consumer-key],
-                            [Google OAuth 1.0 consumer key])],
+AC_ARG_WITH(google-client-id,
+            [AS_HELP_STRING([--with-google-client-id],
+                            [Google OAuth 2.0 client id])],
                             [],
                             [])
-AC_ARG_WITH(google-consumer-secret,
-            [AS_HELP_STRING([--with-google-consumer-secret],
-                            [Google OAuth 1.0 consumer secret])],
+AC_ARG_WITH(google-client-secret,
+            [AS_HELP_STRING([--with-google-client-secret],
+                            [Google OAuth 2.0 client secret])],
                             [],
                             [])
 if test "$with_google_client_id" = ""; then



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