From 35b767c59f0741fc58f0c4d07ccd8d2ce4134a35 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 31 Jul 2009 22:38:06 +0300 Subject: [PATCH] configure: check threads support in OpenBSD. --- configure.ad | 3 +++ 1 file changed, 3 insertions(+) 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 ;; -- 2.24.0