From bc3c9f9944cc0e57c69e70ed72312c5a171ae8d3 Mon Sep 17 00:00:00 2001 From: Dick Porter Date: Fri, 5 Oct 2001 12:15:07 +0000 Subject: 2001-10-05 Dick Porter * threads-pthread.c (pthread_mutex_timedlock): Simple compatibility version for C libraries that lack this call. svn path=/trunk/mono/; revision=1096 --- configure.in | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 3b7de9c95d6..666589b9a71 100644 --- a/configure.in +++ b/configure.in @@ -74,7 +74,6 @@ AC_CHECK_LIB(pthread, pthread_create, [ ], [ AC_MSG_RESULT(no) dnl Add other variants here - #AC_MSG_ERROR(Need pthread_mutex_timedlock) AC_MSG_WARN(Working around pthread_mutex_timedlock) ]) ]) -- cgit v1.2.3