summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-11-27 04:55:26 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-11-27 05:03:23 +0100
commit465becbc4f1fd6dc7973fb69a2d46e8c8580e719 (patch)
tree399075213f26c1818092fce0c87ec833474f0977 /configure
parent407921072f6db318aea74115c2348aa00728d83a (diff)
configure: check for access()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 85c2a86507..9b2f2aeb03 100755
--- a/configure
+++ b/configure
@@ -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