From b9bdcceecfd192d2d1129478bf9dbdbf80ce91d0 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Sat, 17 Nov 2012 18:54:34 -0800 Subject: [PATCH] Cosmetic changes. --- SConstruct | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/SConstruct b/SConstruct index 5b970cfc31..63c2f5ac81 100644 --- a/SConstruct +++ b/SConstruct @@ -46,10 +46,12 @@ for dir in ['ripple', 'database', 'json', 'websocketpp']: env.ParseConfig('pkg-config --cflags --libs openssl') # The required version of boost is documented in the README file. -# We are whitelisting platforms where the non -mt version is linked with pthreads. # -# The convention for FreeBSD appears to not have -mt. This is unverfied. -# Ubuntu non-mt libs do link with pthreads. +# We whitelist platforms where the non -mt version is linked with pthreads. +# This can be verified with: ldd libboost_filesystem.* +# If a threading library is included the platform can be whitelisted. +# +# FreeBSD and Ubuntu non-mt libs do link with pthreads. if FreeBSD or Ubuntu: env.Append( LIBS = [