mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 20:12:39 +03:00
Fixed error in configure for Darwin.
This commit is contained in:
parent
24c0b3fd32
commit
a3dcf9efdc
@ -485,9 +485,9 @@ if test "x$acx_pthread_ok" = xyes; then
|
||||
AC_TRY_LINK([#include <pthread.h>
|
||||
#include <signal.h>],
|
||||
[pthread_kill(pthread_self(), SIGTERM);],
|
||||
ok=yes, ok=unknown)
|
||||
ok=yes, ok=no)
|
||||
AC_MSG_RESULT(${ok})
|
||||
if test x"$ok" != xno; then
|
||||
if test x"$ok" = xyes; then
|
||||
AC_DEFINE(HAVE_PTHREAD_SIGNAL,1,[Define if you have \`pthread_sigmask\' and \`pthread_kill\' functions.])
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user