make it compile on OpenBSD again

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23076 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Sandell
2008-04-24 14:42:46 +00:00
parent 6bdb458df9
commit 6c0bb0a0a7

View File

@@ -27,6 +27,11 @@ case "$host" in
*-*-freebsd5*) *-*-freebsd5*)
native_pthread_support=yes native_pthread_support=yes
;; ;;
*-*-openbsd*)
native_pthread_support=yes
PTHREADS_CFLAGS=-pthread
PTHREADS_LIBS=-pthread
;;
*-*-linux* | *-*-linux-gnu) *-*-linux* | *-*-linux-gnu)
case `uname -r` in case `uname -r` in
2.*) 2.*)