aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/check-libc.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/check-libc.m4 b/m4/check-libc.m4
index 85d253a..4a3d6c7 100644
--- a/m4/check-libc.m4
+++ b/m4/check-libc.m4
@@ -131,6 +131,7 @@ AC_SEARCH_LIBS([dl_iterate_phdr],[dl])
131AC_CHECK_FUNCS([dl_iterate_phdr]) 131AC_CHECK_FUNCS([dl_iterate_phdr])
132 132
133AC_SEARCH_LIBS([pthread_once],[pthread]) 133AC_SEARCH_LIBS([pthread_once],[pthread])
134AC_SEARCH_LIBS([pthread_mutex_lock],[pthread])
134AC_SEARCH_LIBS([clock_gettime],[rt posix4]) 135AC_SEARCH_LIBS([clock_gettime],[rt posix4])
135AC_CHECK_FUNCS([clock_gettime]) 136AC_CHECK_FUNCS([clock_gettime])
136AM_CONDITIONAL([HAVE_CLOCK_GETTIME], [test "x$ac_cv_func_clock_gettime" = xyes]) 137AM_CONDITIONAL([HAVE_CLOCK_GETTIME], [test "x$ac_cv_func_clock_gettime" = xyes])