configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b82b495a520f8a714882fadde80687215acf44d4 Author: Mihai Varga <mihai.m...@gmail.com> Date: Tue Jun 24 17:19:49 2014 +0300
forgot the double quotes Change-Id: Ib5dc3cb83460130e8d229763daff56de8850a2e5 diff --git a/configure.ac b/configure.ac index 103b906..40b251e 100644 --- a/configure.ac +++ b/configure.ac @@ -12638,12 +12638,12 @@ ONEDRIVE_CLIENT_ID="\"$with_onedrive_client_id\"" ONEDRIVE_CLIENT_SECRET="\"$with_onedrive_client_secret\"" if test "$with_onedrive_client_id" = "no" -o -z "$with_onedrive_client_id"; then # ONEDRIVE_CLIENT_ID="\"\"" - ONEDRIVE_CLIENT_ID="00000000441136A5" + ONEDRIVE_CLIENT_ID="\"00000000441136A5\"" fi if test "$with_onedrive_client_secret" = "no" -o -z "$with_onedrive_client_secret"; then # ONEDRIVE_CLIENT_SECRET="\"\"" - ONEDRIVE_CLIENT_SECRET="280mTUglE4C5vbdNOoQAhNrWD5XyqBEV" + ONEDRIVE_CLIENT_SECRET="\"280mTUglE4C5vbdNOoQAhNrWD5XyqBEV\"" fi if test -z "$ONEDRIVE_CLIENT_ID" -o -z "$ONEDRIVE_CLIENT_SECRET"; then _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits