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:
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)
])
])