Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Reland "Bug 978404 - Switch the Tarako over to use the MLS provider r…
Browse files Browse the repository at this point in the history
…=mwu a=1.3t+" since it's not responsible for the build failures.

This reverts commit bb230ee.
  • Loading branch information
KWierso committed Mar 21, 2014
1 parent bb230ee commit 575204d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions default-gecko-config
Expand Up @@ -80,3 +80,8 @@ fi
if [ "$TARGET_BUILD_VARIANT" = eng ]; then
ac_add_options --enable-content-sandbox-reporter
fi

# Configure the key for the Mozilla Location Service api.
if [ "${MOZILLA_MLS_KEY_FILE:-0}" != 0 ]; then
ac_add_options --with-mozilla-api-keyfile=${MOZILLA_MLS_KEY_FILE}
fi

0 comments on commit 575204d

Please sign in to comment.