From c5302681ab2d5acd2c1565fc11f280d05366a47b Mon Sep 17 00:00:00 2001
From: Marcel Loose <loose@astron.nl>
Date: Wed, 14 Jun 2006 08:24:00 +0000
Subject: [PATCH] BugID: 61

Added #define's for en/disabling Boost thread support
---
 LCS/Common/include/Common/lofar_smartptr.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/LCS/Common/include/Common/lofar_smartptr.h b/LCS/Common/include/Common/lofar_smartptr.h
index 670c22cb220..b04dabcd5da 100644
--- a/LCS/Common/include/Common/lofar_smartptr.h
+++ b/LCS/Common/include/Common/lofar_smartptr.h
@@ -25,7 +25,9 @@
 
 // \file
 
-#if !defined(USE_THREADS)
+#if defined(USE_THREADS)
+# define BOOST_AC_USE_PTHREADS
+#else
 # define BOOST_DISABLE_THREADS
 #endif
 
-- 
GitLab