Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
b25509e5
Commit
b25509e5
authored
Jan 20, 2016
by
Jan Moskyto Matejka
Browse files
All the current pthread implementations are OK and working with us.
No more need to disable pthread for specific BSD's.
parent
9c9cc35c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
b25509e5
...
...
@@ -85,12 +85,12 @@ if test -z "$GCC" ; then
fi
# Enable threads by default just in Linux and FreeBSD
if test "$enable_pthreads" = try ; then
case "$host_os" in
(linux* | freebsd*) enable_pthreads=try ;;
(*) enable_pthreads=no ;;
esac
fi
#
if test "$enable_pthreads" = try ; then
#
case "$host_os" in
#
(linux* | freebsd*
| openbsd* | netbsd*
) enable_pthreads=try ;;
#
(*)
enable_pthreads=no ;;
#
esac
#
fi
if test "$enable_pthreads" != no ; then
BIRD_CHECK_PTHREADS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment