configure: fix pthread_cancel check

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2017-10-12 20:24:36 -03:00
parent 9c0279bc2c
commit 4440bcf6a0
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -5931,7 +5931,7 @@ fi
if enabled pthreads; then
check_func pthread_cancel
check_func pthread_cancel $pthreads_extralibs
fi
enabled pthreads &&