summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-06-21 16:34:10 +0100
committerMans Rullgard <mans@mansr.com>2012-06-21 22:54:05 +0100
commit542920b7f6d977dc29689b669b92a5cd82597785 (patch)
tree868f785f391f107b88d8c038d74a9725d3e4bfa0 /configure
parent539df61193f2452ddeb74999f0ae301d7a7318cc (diff)
configure: check for unistd.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 14642faee9..a9fd94f999 100755
--- a/configure
+++ b/configure
@@ -1150,6 +1150,7 @@ HAVE_LIST="
threads
trunc
truncf
+ unistd_h
vfp_args
VirtualAlloc
winsock2_h
@@ -2866,6 +2867,7 @@ check_header sys/mman.h
check_header sys/param.h
check_header sys/resource.h
check_header sys/select.h
+check_header unistd.h
check_header vdpau/vdpau.h
check_header vdpau/vdpau_x11.h
check_header X11/extensions/XvMClib.h