configure: check threads support in OpenBSD. silc.client.1.1.8 silc.server.1.1.17
authorPekka Riikonen <priikone@silcnet.org>
Fri, 31 Jul 2009 19:38:06 +0000 (22:38 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 31 Jul 2009 19:38:06 +0000 (22:38 +0300)
configure.ad

index 186628e310a304a1ecd5528fcb9f9882d411b75f..2b0fe2a5e7a9724b7fba0dc517cadc6d14e0fa2b 100644 (file)
@@ -43,6 +43,9 @@ case "$target" in
   *-*-netbsd*)
     check_threads=true
     ;;
+  *-*-openbsd*)
+    check_threads=true
+    ;;
   *-*-*bsd*)
     check_threads=false
     ;;