Bug 934119 - fix syntax error for definition of --with-intl-api that manifests during ./config.status --recheck; r=trivial

This commit is contained in:
Nathan Froyd 2013-11-02 11:59:27 -04:00
parent b13405380d
commit 9f17d969cc

View File

@ -9129,7 +9129,7 @@ MOZ_ARG_WITH_STRING(intl-api,
but doesn't use ICU or expose the API to script. The third doesn't build
ICU at all.],
WITH_INTL="--with-intl-api=$withval"
])
)
if test -z "$WITH_INTL"; then
if test "$MOZ_BUILD_APP" = "browser"; then
WITH_INTL="--with-intl-api"