lock: work around pthread recursive mutexes bug in Mac OS X 10.6
authorDaiki Ueno <ueno@gnu.org>
Sat, 11 May 2013 01:40:55 +0000 (10:40 +0900)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 12 May 2013 03:04:31 +0000 (20:04 -0700)
commit3fe906e98202a591a6a14010aec1538adfd821b6
tree51c11aa42be90775363883ef76ba79ab0260e98b
parentcda5c90820d55b4b1f52d6a6f5329a10668bd720
lock: work around pthread recursive mutexes bug in Mac OS X 10.6

* m4/lock.m4: Don't define HAVE_PTHREAD_MUTEX_RECURSIVE if the
compilation target is Mac OS X 10.6.
Problem reported by parafin and Andoni Morales in
<http://savannah.gnu.org/bugs/?37844> and
<http://lists.gnu.org/archive/html/bug-gettext/2013-05/msg00007.html>.
ChangeLog
m4/lock.m4