configure: Check for sys/time.h
Apparently this include is needed on some systems for building the poll fallback (for the timeval struct for select?), but it isn't available on all systems. Thus only include it if it exists. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
committed by
Martin Storsjö
parent
39dba5aa1b
commit
e64bceeac0
2
configure
vendored
2
configure
vendored
@@ -1148,6 +1148,7 @@ HAVE_LIST="
|
||||
sys_resource_h
|
||||
sys_select_h
|
||||
sys_soundcard_h
|
||||
sys_time_h
|
||||
sys_videoio_h
|
||||
threads
|
||||
trunc
|
||||
@@ -2873,6 +2874,7 @@ check_header sys/mman.h
|
||||
check_header sys/param.h
|
||||
check_header sys/resource.h
|
||||
check_header sys/select.h
|
||||
check_header sys/time.h
|
||||
check_header unistd.h
|
||||
check_header vdpau/vdpau.h
|
||||
check_header vdpau/vdpau_x11.h
|
||||
|
||||
Reference in New Issue
Block a user