]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added automake conditional HAVE_PTHREAD_MUTEX_TIMEDLOCK.
authorBart Van Assche <bvanassche@acm.org>
Tue, 20 Jan 2009 14:01:16 +0000 (14:01 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 20 Jan 2009 14:01:16 +0000 (14:01 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8997

configure.in

index 3ae6c73483bc4b76f1db3c69c80162d178c9e5b9..ed218e90a54854591f3d3b54f1b5e2182ed1e387 100644 (file)
@@ -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])