From: Bart Van Assche Date: Tue, 20 Jan 2009 14:01:16 +0000 (+0000) Subject: Added automake conditional HAVE_PTHREAD_MUTEX_TIMEDLOCK. X-Git-Tag: svn/VALGRIND_3_5_0~1078 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58f27818cbbcc69540a765f59e68ff148486120b;p=thirdparty%2Fvalgrind.git Added automake conditional HAVE_PTHREAD_MUTEX_TIMEDLOCK. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8997 --- diff --git a/configure.in b/configure.in index 3ae6c73483..ed218e90a5 100644 --- a/configure.in +++ b/configure.in @@ -1352,6 +1352,8 @@ LIBS="" AM_CONDITIONAL([HAVE_PTHREAD_BARRIER], [test x$ac_cv_func_pthread_barrier_init = xyes]) +AM_CONDITIONAL([HAVE_PTHREAD_MUTEX_TIMEDLOCK], + [test x$ac_cv_func_pthread_mutex_timedlock = xyes]) AM_CONDITIONAL([HAVE_PTHREAD_SPINLOCK], [test x$ac_cv_func_pthread_spin_lock = xyes])