]> git.alsa-project.org Git - alsa-lib.git/commit
conf: Check the availability of PTHREAD_MUTEX_RECURSIVE
authorTakashi Iwai <tiwai@suse.de>
Tue, 16 May 2017 14:02:59 +0000 (16:02 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 16 May 2017 14:26:20 +0000 (16:26 +0200)
commite757a95fc9a544a519dd619fae86ac25e545735c
tree6d8d9cfbe59f05877337718ee3068ed46a43598c
parent3cf3fbebddad4e58efbd03e4d2217f0a0d07a2ed
conf: Check the availability of PTHREAD_MUTEX_RECURSIVE

Check the availability of PTHREAD_MUTEX_RECURSIVE in configure script
and use it only when possible.  A fairly old version of glibc still
seems working, but just to be sure.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
configure.ac
src/conf.c
src/pcm/pcm.c