Bug 903439 - Disable api key on Linux and OSX because of a missing key file. rs=bustage-fix
--- a/suite/config/mozconfigs/mozconfig.linux.common
+++ b/suite/config/mozconfigs/mozconfig.linux.common
@@ -1,7 +1,7 @@
# Common statements that are applicable to both Linux32 and Linux64.
-ac_add_options --with-google-api-keyfile=/builds/google-api.key
+# ac_add_options --with-google-api-keyfile=/builds/google-api.key
# SeaMonkey uses the google api key for Geolocation services
# See Bug 1352850 - Switch to Google for Geolocation services
# ac_add_options --with-mozilla-api-keyfile=/builds/mozilla-desktop-geoloc-api.key
--- a/suite/config/mozconfigs/mozconfig.macosx.common
+++ b/suite/config/mozconfigs/mozconfig.macosx.common
@@ -1,9 +1,9 @@
# Common statements that are applicable to macOS x64.
# Same location as on Linux so no need to distingush when doing
# a macOS cross compile on Linux.
-ac_add_options --with-google-api-keyfile=/builds/google-api.key
+# ac_add_options --with-google-api-keyfile=/builds/google-api.key
# SeaMonkey uses the google api key for Geolocation services.
# See Bug 1352850 - Switch to Google for Geolocation services.
# ac_add_options --with-mozilla-api-keyfile=/builds/mozilla-desktop-geoloc-api.key