Check for pthread_condattr_init added to configure script.

This commit is contained in:
Tobias Brunner
2009-12-23 17:02:25 +01:00
parent c33d4f29bc
commit 866dc0134a
2 changed files with 11 additions and 5 deletions
+2
View File
@@ -297,6 +297,8 @@ AC_TRY_RUN(
[AC_DEFINE([HAVE_CONDATTR_CLOCK_MONOTONIC])]
)]
)
dnl check if we actually are able to configure attributes on cond vars
AC_CHECK_FUNCS(pthread_condattr_init)
dnl check if native rwlocks are available
AC_CHECK_FUNCS(pthread_rwlock_init)
LIBS=$saved_LIBS