From: Pekka Riikonen Date: Fri, 31 Jul 2009 19:38:06 +0000 (+0300) Subject: configure: check threads support in OpenBSD. X-Git-Tag: silc.client.1.1.8 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=3ba65ce24e12c5c26a714c693275f47c56ec069d;p=silc.git configure: check threads support in OpenBSD. --- diff --git a/configure.ad b/configure.ad index 186628e3..2b0fe2a5 100644 --- a/configure.ad +++ b/configure.ad @@ -43,6 +43,9 @@ case "$target" in *-*-netbsd*) check_threads=true ;; + *-*-openbsd*) + check_threads=true + ;; *-*-*bsd*) check_threads=false ;;