summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2012-11-16 17:56:30 -0500
committerNat Goodspeed <nat@lindenlab.com>2012-11-16 17:56:30 -0500
commit8fc651d06776a8edf8e5af7b86d11a1c83cbbbf0 (patch)
tree81569b334ffc2b814bee3845114a1335c1899372
parent184b81aac47038f06c3eafd6cdd9b4ad7c4bc7b5 (diff)
Boost 1.52 no longer supports Boost.Filesystem v2 -- don't request.
Instead of compatibility mode, #defining BOOST_FILESYSTEM_VERSION to 2 only gets you a compile error these days.
-rw-r--r--indra/llcommon/linden_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llcommon/linden_common.h b/indra/llcommon/linden_common.h
index f0a5603d06..5cfcdab41c 100644
--- a/indra/llcommon/linden_common.h
+++ b/indra/llcommon/linden_common.h
@@ -59,8 +59,4 @@
#include "llerror.h"
#include "llfile.h"
-// Boost 1.45 had version 2 as the default for the filesystem library,
-// 1.48 has version 3 as the default. Keep compatibility for now.
-#define BOOST_FILESYSTEM_VERSION 2
-
#endif