From 6c0bb0a0a75327d3fe20b5880895ac7ee5832f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Sandell?= Date: Thu, 24 Apr 2008 14:42:46 +0000 Subject: [PATCH] make it compile on OpenBSD again git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23076 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/pthreads.m4 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cf/pthreads.m4 b/cf/pthreads.m4 index 141ee69a7..57d7dacba 100644 --- a/cf/pthreads.m4 +++ b/cf/pthreads.m4 @@ -27,6 +27,11 @@ case "$host" in *-*-freebsd5*) native_pthread_support=yes ;; +*-*-openbsd*) + native_pthread_support=yes + PTHREADS_CFLAGS=-pthread + PTHREADS_LIBS=-pthread + ;; *-*-linux* | *-*-linux-gnu) case `uname -r` in 2.*)