Commit 4440bcf6 authored by James Almer's avatar James Almer

configure: fix pthread_cancel check

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 9c0279bc
...@@ -5931,7 +5931,7 @@ fi ...@@ -5931,7 +5931,7 @@ fi
if enabled pthreads; then if enabled pthreads; then
check_func pthread_cancel check_func pthread_cancel $pthreads_extralibs
fi fi
enabled pthreads && enabled pthreads &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment