Commit 465becbc authored by Michael Niedermayer's avatar Michael Niedermayer

configure: check for access()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 40792107
...@@ -1304,6 +1304,7 @@ HAVE_LIST=" ...@@ -1304,6 +1304,7 @@ HAVE_LIST="
$HAVE_LIST_PUB $HAVE_LIST_PUB
$THREADS_LIST $THREADS_LIST
$MATH_FUNCS $MATH_FUNCS
access
aligned_malloc aligned_malloc
aligned_stack aligned_stack
alsa_asoundlib_h alsa_asoundlib_h
...@@ -3609,6 +3610,7 @@ fi ...@@ -3609,6 +3610,7 @@ fi
# Solaris has nanosleep in -lrt, OpenSolaris no longer needs that # Solaris has nanosleep in -lrt, OpenSolaris no longer needs that
check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; } 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 clock_gettime || { check_func clock_gettime -lrt && add_extralibs -lrt; }
check_func fcntl check_func fcntl
check_func fork check_func fork
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment