Skip to content
  • Owen W. Taylor's avatar
    Fix build with --disable-google-auth · 56ef9360
    Owen W. Taylor authored
    With a recent change, GOOGLE_CLIENT_ID/SECRET were referenced even
    with Google authentication disabled. Add an ifdef to avoid this.
    (A larger section of the code is never hit with authentication
    disabled; this is a minimal change to get the build working.)
    56ef9360