On 16/10/2024 11:49, Bruno Haible wrote:
Oh, I see. What you are saying is: When a package uses module 'pthread-h' without module 'pthread-rwlock', the build fails with the above compilation error on MacOS X 10.4.
Correct. :)
This patch should fix it.
Thank you for following up on after all this time, test suite passes successfully on OS X 10.4 now with your patch.
Tested with: gnulib-tool --create-testdir --with-tests --dir=/tmp/gnulib-build pthread-h "./configure && gmake check" Sevan