Bug 1311761 - Fixup after bug 1311069. r=chmanchester

--HG--
extra : rebase_source : 3ec168fd8d6cd67583718d3c2c7849e053428f08
This commit is contained in:
Mike Hommey 2016-10-21 06:15:38 +09:00
Родитель bfc6259dcd
Коммит 513e313d64
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -773,7 +773,7 @@ def all_configure_options(_):
# We only want options that were explicitly given on the command
# line, the environment, or mozconfig, and that differ from the
# defaults.
if (value.origin not in ('default', 'implied') and
if (value is not None and value.origin not in ('default', 'implied') and
value != option.default):
result.append(__sandbox__._raw_options[option])
# We however always include options that are sent to old configure