Update for FreeBSD
This commit is contained in:
parent
35ffac561e
commit
ad0039cea0
@ -185,9 +185,9 @@ dnl POSIX threads
|
||||
dnl
|
||||
PTHREADS=No
|
||||
AC_CHECK_LIB(pthread,pthread_create,result=yes,result=no)
|
||||
if test "$result" = "yes"; then
|
||||
dnl if test "$result" = "yes"; then
|
||||
AC_CHECK_HEADERS(pthread.h,PTHREADS=Yes,PTHREADS=No)
|
||||
fi
|
||||
dnl fi
|
||||
|
||||
|
||||
dnl
|
||||
|
Reference in New Issue
Block a user