Bug 1664885 - [RNP] Check for sys/time.h at configure time. r=kaie

Check for the presence of <sys/time.h> at configure time. With the Windows
build updates in D90161, it will not be present on our Windows builds anymore
and other systems that do have it the check will succeed as expected.

Depends on D90161

Differential Revision: https://phabricator.services.mozilla.com/D90169

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Rob Lemley 2020-09-14 20:29:01 +00:00
Родитель 1721efbbc5
Коммит 452e469864
1 изменённых файлов: 1 добавлений и 0 удалений

1
third_party/openpgp.configure поставляемый
Просмотреть файл

@ -127,6 +127,7 @@ with only_when('--enable-compile-environment'):
'sys/resource.h',
'sys/param.h',
'sys/stat.h',
'sys/time.h',
'sys/wait.h',
)