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/?p=silc.git;a=commitdiff_plain;h=refs%2Ftags%2Fsilc.client.1.1.8 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 ;;