From 7afa64325183b78d2d6a4862821f8b3e9866105c Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 28 Aug 2005 19:45:48 +0000 Subject: [PATCH] OpenBSD needs -lpthread for threaded applications too. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 35064ab5..1e8ba426 100644 --- a/configure.ac +++ b/configure.ac @@ -150,7 +150,7 @@ AM_CONDITIONAL(THRSTUBS, test x$thrstubs = xyes) dnl XXX incomplete, please fill this in if test x$xthreads == xyes ; then case $host_os in - linux*) + linux*|openbsd*) XTHREADLIB=-lpthread ;; esac fi