Updated configure for OpenBSD

This commit is contained in:
Michiel Broek
2004-12-29 13:06:09 +00:00
parent c756663370
commit fe48a306c3
4 changed files with 160 additions and 156 deletions

2
configure vendored
View File

@@ -4904,7 +4904,7 @@ if test "$SYSTEM" = "NetBSD"; then
fi
if test "$SYSTEM" = "FreeBSD"; then
if test "$SYSTEM" = "FreeBSD" || test "$SYSTEM" = "OpenBSD"; then
CFLAGS="-pthread $CFLAGS"
else
echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5