pthread_sigmask: always replace when not using pthread
authorEric Blake <eblake@redhat.com>
Wed, 6 Jul 2011 15:30:38 +0000 (09:30 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 6 Jul 2011 15:36:14 +0000 (09:36 -0600)
commit0ba0006f0fe8c8b1e1209a8c36724a9e086242b8
tree2191efca119a6d27b549e90986873624b717aa23
parent70cfcab08b3ca8fccd8d3471047ef0cc95ef9d1d
pthread_sigmask: always replace when not using pthread

On mingw, when using win32 threading, the pthread_sigmask replacement
function was not being installed.

* m4/pthread_sigmask.m4 (gl_PTHREAD_SIGMASK): Force sigprocmask
replacement when using some threading other than pthread.  Fix
logic bug.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
m4/pthread_sigmask.m4