Update for FreeBSD

This commit is contained in:
Michiel Broek 2003-12-18 20:42:38 +00:00
parent 35ffac561e
commit ad0039cea0
2 changed files with 888 additions and 1545 deletions

2429
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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