configure: check for access()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/8/head
Michael Niedermayer 12 years ago
parent 407921072f
commit 465becbc4f
  1. 2
      configure

2
configure vendored

@ -1304,6 +1304,7 @@ HAVE_LIST="
$HAVE_LIST_PUB
$THREADS_LIST
$MATH_FUNCS
access
aligned_malloc
aligned_stack
alsa_asoundlib_h
@ -3609,6 +3610,7 @@ fi
# Solaris has nanosleep in -lrt, OpenSolaris no longer needs that
check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; }
check_func access
check_func clock_gettime || { check_func clock_gettime -lrt && add_extralibs -lrt; }
check_func fcntl
check_func fork

Loading…
Cancel
Save