build - remove useless header checks for uv.h

we check for uv.h - but never do anything with it. this is configure
noise that just confuses people into thinking we might do something.
we still have dead libuv support but it's enabled with HAVE_LIBUV and
we'd need to link to libuv too... which we don't do and we don't enable
this. removing libuv supporrt entirely is a totally different question
to raise. this here is just removing noise.
This commit is contained in:
Carsten Haitzler 2020-05-01 00:07:12 +01:00
parent ec8cd0fc8b
commit 36dbaa707c
1 changed files with 0 additions and 2 deletions

View File

@ -49,12 +49,10 @@ header_checks = [
'sys/times.h',
'longinfo.h',
'ieeefp.h',
'node/uv.h',
'sys/timerfd.h',
'features.h',
'langinfo.h',
'locale.h',
'uv.h',
'crt_externs.h'
]