From 465becbc4f1fd6dc7973fb69a2d46e8c8580e719 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 27 Nov 2012 04:55:26 +0100 Subject: [PATCH] configure: check for access() Signed-off-by: Michael Niedermayer --- configure | 2 ++ 1 file changed, 2 insertions(+) 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