Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDick Porter <dick@acm.org>2001-10-05 16:15:07 +0400
committerDick Porter <dick@acm.org>2001-10-05 16:15:07 +0400
commitbc3c9f9944cc0e57c69e70ed72312c5a171ae8d3 (patch)
tree304928d37c0fcd5f061fcabcc6451eb7fa70bc90 /configure.in
parentd660164d3811b1ead8f5b84be086d52b2278d591 (diff)
2001-10-05 Dick Porter <dick@ximian.com>
* threads-pthread.c (pthread_mutex_timedlock): Simple compatibility version for C libraries that lack this call. svn path=/trunk/mono/; revision=1096
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
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)
])
])