summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2011-12-24 00:23:55 +0100
committerJanne Grunau <janne-libav@jannau.net>2011-12-27 16:09:41 +0100
commit06bb590558595959089a8f4a083ce256246d56a6 (patch)
treea77c0d65e87f7ef106672a2c17c2244bb25b82ac /configure
parent1adba23cecf1e324aba5a0e9bdd4f34742bdbf8c (diff)
threads: test for sys/param.h and include it for sysctl on OpenBSD
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 9b510de878..413c02fae8 100755
--- a/configure
+++ b/configure
@@ -1140,6 +1140,7 @@ HAVE_LIST="
symver_gnu_asm
sysctl
sys_mman_h
+ sys_param_h
sys_resource_h
sys_select_h
sys_soundcard_h
@@ -2871,6 +2872,7 @@ check_header dxva2api.h
check_header malloc.h
check_header poll.h
check_header sys/mman.h
+check_header sys/param.h
check_header sys/resource.h
check_header sys/select.h
check_header vdpau/vdpau.h