Bug 903439 - Disable api key on Linux and OSX because of a missing key file. rs=bustage-fix

This commit is contained in:
Frank-Rainer Grahl 2017-07-26 17:51:56 +02:00
Родитель c45bac4169
Коммит 97d6464237
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# 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

Просмотреть файл

@ -2,7 +2,7 @@
# 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.