summaryrefslogtreecommitdiff
path: root/m4/fp_check_pthreads.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/fp_check_pthreads.m4')
-rw-r--r--m4/fp_check_pthreads.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/fp_check_pthreads.m4 b/m4/fp_check_pthreads.m4
index 8160f76d4b..ee5b364e93 100644
--- a/m4/fp_check_pthreads.m4
+++ b/m4/fp_check_pthreads.m4
@@ -115,4 +115,6 @@ AC_DEFUN([FP_CHECK_PTHREADS],
],
AC_MSG_RESULT(no)
)
+
+ AC_CHECK_FUNCS_ONCE([pthread_condattr_setclock])
])