mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-21 17:21:53 +00:00
All the current pthread implementations are OK and working with us.
No more need to disable pthread for specific BSD's.
This commit is contained in:
parent
7eb9e79648
commit
0e965f6991
12
configure.in
12
configure.in
@ -70,12 +70,12 @@ if test -z "$GCC" ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Enable threads by default just in Linux and FreeBSD
|
# Enable threads by default just in Linux and FreeBSD
|
||||||
if test "$enable_pthreads" = try ; then
|
#if test "$enable_pthreads" = try ; then
|
||||||
case "$host_os" in
|
# case "$host_os" in
|
||||||
(linux* | freebsd*) enable_pthreads=try ;;
|
# (linux* | freebsd* | openbsd* | netbsd* ) enable_pthreads=try ;;
|
||||||
(*) enable_pthreads=no ;;
|
# (*) enable_pthreads=no ;;
|
||||||
esac
|
# esac
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
if test "$enable_pthreads" != no ; then
|
if test "$enable_pthreads" != no ; then
|
||||||
BIRD_CHECK_PTHREADS
|
BIRD_CHECK_PTHREADS
|
||||||
|
Loading…
Reference in New Issue
Block a user