Bug 1075675: Fix configure options for oauth r=rail

This commit is contained in:
Chris AtLee 2014-10-08 16:15:05 -04:00
parent d73e367136
commit 5589a69540
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ if [ -f /c/builds/google-oauth-api.key ]; then
else
_google_oauth_api_keyfile=/e/builds/google-oauth-api.key
fi
ac_add_options --with-google-api-keyfile=${_google_oauth_api_keyfile}
ac_add_options --with-google-oauth-api-keyfile=${_google_oauth_api_keyfile}
# Needed to enable breakpad in application.ini
export MOZILLA_OFFICIAL=1

View File

@ -17,7 +17,7 @@ if [ -f /c/builds/google-oauth-api.key ]; then
else
_google_oauth_api_keyfile=/e/builds/google-oauth-api.key
fi
ac_add_options --with-google-api-keyfile=${_google_oauth_api_keyfile}
ac_add_options --with-google-oauth-api-keyfile=${_google_oauth_api_keyfile}
# Needed to enable breakpad in application.ini
export MOZILLA_OFFICIAL=1