From 1e0395c26dae55270eb903293878e5227ec9c833 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Mon, 5 Jan 2015 17:02:00 -0600 Subject: [PATCH] Back to boost mutexes --- indra/llcommon/llthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcommon/llthread.h b/indra/llcommon/llthread.h index 9ad63bbdd..ec05fe51e 100644 --- a/indra/llcommon/llthread.h +++ b/indra/llcommon/llthread.h @@ -27,7 +27,7 @@ #ifndef LL_LLTHREAD_H #define LL_LLTHREAD_H -#define USE_BOOST_MUTEX 0 +#define USE_BOOST_MUTEX 1 #define IS_LLCOMMON_INLINE (!LL_COMMON_LINK_SHARED || defined(llcommon_EXPORTS))