projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1598b3a
)
configure: check threads support in OpenBSD.
silc.client.1.1.8
silc.server.1.1.17
author
Pekka Riikonen
<priikone@silcnet.org>
Fri, 31 Jul 2009 19:38:06 +0000
(22:38 +0300)
committer
Pekka Riikonen
<priikone@silcnet.org>
Fri, 31 Jul 2009 19:38:06 +0000
(22:38 +0300)
configure.ad
patch
|
blob
|
history
diff --git
a/configure.ad
b/configure.ad
index 186628e310a304a1ecd5528fcb9f9882d411b75f..2b0fe2a5e7a9724b7fba0dc517cadc6d14e0fa2b 100644
(file)
--- 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
;;