$OpenBSD: patch-configure_ac,v 1.5 2009/01/11 02:03:55 martynas Exp $
--- configure.ac.orig	Sat Jan 10 18:11:36 2009
+++ configure.ac	Sat Jan 10 18:27:58 2009
@@ -50,6 +50,9 @@ case "$target" in
   *-*-netbsd*)
     check_threads=true
     ;;
+  *-*-openbsd*)
+    check_threads=true
+    ;;
   *-*-*bsd*)
     check_threads=false
     ;;
@@ -613,8 +616,8 @@ if test -n "$with_silc_includes" || test -n "$with_sil
 
 else
   # pkg-config check
-  PKG_CHECK_MODULES(SILC, [silc >= 1.1], compile_libs=false, compile_libs=true)
-  PKG_CHECK_MODULES(SILCCLIENT, [silcclient >= 1.1.1], compile_libs=false, compile_libs=true)
+  #PKG_CHECK_MODULES(SILC, [silc >= 1.1], compile_libs=false, compile_libs=true)
+  #PKG_CHECK_MODULES(SILCCLIENT, [silcclient >= 1.1.1], compile_libs=false, compile_libs=true)
 
   if test x$compile_libs = xfalse; then
     LIBSUBDIR=
