This should be fixed in c6eccf6.
Feedback on different systems would be appreciated. A quick check would be to execute
autoconf; ./configure
cmake
and test if config.h contains the correct definition of HAVE_PTHREAD_MUTEX_RECURSIVE (either defined or undefined/commented out).
config.h
HAVE_PTHREAD_MUTEX_RECURSIVE
Note that you must run autoconf to create the new configure script if you're not using CMake.
autoconf
configure
CMake
TIA
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.